Skip to main content
A newer version of this page is available. .

ChartRangeControlClientNumericOptions Class

Represents the numeric settings of the chart range control client.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ChartRangeControlClientNumericOptions

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