ChartRangeControlClientNumericOptions Class
Represents the numeric settings of the chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
Use the RangeControl.ClientOptions property to get access to a ChartRangeControlClientNumericOptions object.
After that, you can customize the numeric grid of the chart range control client. To do this, you need to access a ChartRangeControlClientNumericGridOptions object using the ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions property.
To learn how to integrate a chart control with the range control, see Integration with a Range Control.
Inheritance
Object
ChartRangeControlClientNumericOptions
See Also