ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions Property
Provides access to the numeric grid settings of the chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
ChartRangeControlClientNumericGridOptions | A ChartRangeControlClientNumericGridOptions object containing numeric grid options for the chart client of the range control. |
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