Back to Devexpress

ScaleOptions.GridBehavior Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-scaleoptions-6d07f2de.md

latest3.2 KB
Original Source

ScaleOptions.GridBehavior Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public GridBehaviorBase GridBehavior { get; set; }
vb
Public Property GridBehavior As GridBehaviorBase

Property Value

TypeDescription
GridBehaviorBase

The GridBehaviorBase‘s child class that specifies grid behavior.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GridBehavior
ChartBoundRangeControlClient

.ScaleOptions .GridBehavior

|

Remarks

The following behaviors are available.

BehaviorSample ImageDescription
AutoGridBehaviorIdentifies 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.
ChartGridBehaviorIdentifies 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.
ManualGridBehaviorIdentifies the Chart bound Range Control Client Grid Behavior which forms Client’s grid using ManualGridBehavior.Offset, ManualGridBehavior.Spacing and ManualGridBehavior.Alignment (for the date-time scale) values.

See Also

ScaleOptions Class

ScaleOptions Members

DevExpress.Xpf.Charts.RangeControlClient Namespace