Back to Devexpress

ChartRangeControlClientGridOptionsModel.GridMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartrangecontrolclientgridoptionsmodel.md

latest4.6 KB
Original Source

ChartRangeControlClientGridOptionsModel.GridMode Property

Gets or Sets the value of the ChartRangeControlClientGridOptions.GridMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ChartRangeControlClientGridMode GridMode { get; set; }
vb
<PropertyForOptions>
Public Property GridMode As ChartRangeControlClientGridMode

Property Value

TypeDescription
ChartRangeControlClientGridMode

The Range Control grid behavior identifier.

|

Available values:

NameDescription
Auto

Identifies the auto grid mode of the chart range control client, in which the values of ChartRangeControlClientGridOptions.GridSpacing, ChartRangeControlClientGridOptions.GridOffset, and ChartRangeControlClientDateTimeGridOptions.GridAlignment properties are not specified and calculated automatically.

| | ChartGrid |

Identifies the chart grid mode of the chart range control client, in which the ChartRangeControlClientGridOptions.GridSpacing, ChartRangeControlClientDateTimeGridOptions.GridAlignment, ChartRangeControlClientGridOptions.GridOffset properties are not specified and calculated according to the ScaleGridOptionsBase.GridSpacing and DateTimeScaleOptions.GridAlignment (NumericScaleOptions.GridAlignment), ScaleGridOptionsBase.GridOffset properties, correspondingly.

For example, in the image below, the DateTimeScaleOptions.GridAlignment property is set to Week , ScaleGridOptionsBase.GridSpacing = 1.

| | Manual |

Identifies the manual grid mode of the chart range control client, meaning that the ChartRangeControlClientGridOptions.GridSpacing, ChartRangeControlClientGridOptions.GridOffset and ChartRangeControlClientDateTimeGridOptions.GridAlignment properties are in effect, and they should be manually defined.

For example, in the image below, the ChartRangeControlClientGridOptions.GridSpacing property is set to 4 , and ChartRangeControlClientDateTimeGridOptions.GridAlignment is set to Day.

|

See Also

ChartRangeControlClientGridOptionsModel Class

ChartRangeControlClientGridOptionsModel Members

DevExpress.XtraCharts.Designer Namespace