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.2.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 Chart
To format chart client label values, use the ChartRangeControlClientGridOptions.LabelFormat property.