ScaleOptions.GridBehavior Property
In This Article
Gets or sets the behavior that specifies how the Chart bound Range Control Client forms its grid. This is a dependency property.
Namespace: DevExpress.Xpf.Charts.RangeControlClient
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public GridBehaviorBase GridBehavior { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
The Grid |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Grid |
---|---|
Chart |
|
#Remarks
The following behaviors are available.
Behavior | Sample Image | Description |
---|---|---|
Auto |
![]() |
Identifies the Chart bound Range Control Client Grid Behavior, in which the Client automatically calculates its grid spacing, grid offset and grid alignment (for the date-time scale) values. |
Chart |
![]() |
Identifies the Chart bound Range Control Client Grid Behavior which obtains the Client’s grid spacing and grid offset and, grid alignment (for the date-time scale) values from the bound chart. |
Manual |
![]() |
Identifies the Chart bound Range Control Client Grid Behavior which forms Client’s grid using Manual |
See Also