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

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.v19.1.dll

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