ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions Property
In This Article
Provides access to the numeric grid settings of the chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartRangeControlClientNumericGridOptions RangeControlNumericGridOptions { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
#Remarks
Use this property to access numeric grid options of the chart range control client. After that, you can specify grid option properties, for example, ChartRangeControlClientGridOptions.GridSpacing, ChartRangeControlClientGridOptions.SnapSpacing and ChartRangeControlClientGridOptions.LabelFormat.
See Also