ChartRangeControlClientNumericOptions(ChartRangeControlClientNumericGridOptions) Constructor
Initializes a new instance of the ChartRangeControlClientNumericOptions class with the specified numeric grid options of the range control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public ChartRangeControlClientNumericOptions(
ChartRangeControlClientNumericGridOptions rangeControlNumericGridOptions
)
Parameters
Name | Type | Description |
---|---|---|
rangeControlNumericGridOptions | ChartRangeControlClientNumericGridOptions | A ChartRangeControlClientNumericGridOptions object that contains properties to customize the grid of the range control with numeric data. |
See Also