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

ChartRangeControlClientNumericGridOptions(ChartElement) Constructor

Initializes a new instance of the ChartRangeControlClientNumericGridOptions class with the specified owner.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public ChartRangeControlClientNumericGridOptions(
    ChartElement owner
)

Parameters

Name Type Description
owner ChartElement

A ChartElement class descendant.

See Also