ChartRangeControlClientNumericGridOptions Class
Contains specific settings which define the representation of numeric grid lines and labels in the chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class ChartRangeControlClientNumericGridOptions :
ChartRangeControlClientGridOptions
Related API Members
The following members return ChartRangeControlClientNumericGridOptions objects:
Remarks
Use the ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions property to get access to the ChartRangeControlClientNumericGridOptions object.
Then, you can customize grid settings using the ChartRangeControlClientGridOptions.SnapSpacing, and ChartRangeControlClientGridOptions.GridSpacing properties.
Note
Grid properties provided by the ChartRangeControlClientNumericGridOptions class are calculated automatically, because the ChartRangeControlClientGridOptions.GridMode is set to Auto by default. When you change the default value of the specific property, this resets the grid automatic calculation (the ChartRangeControlClientGridOptions.GridMode is set to Manual).
To format chart client label values, use the ChartRangeControlClientGridOptions.LabelFormat property.