Skip to main content

ChartRangeControlClientDateTimeGridOptions(ChartElement) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartRangeControlClientDateTimeGridOptions(
    ChartElement owner
)

Parameters

Name Type Description
owner ChartElement

A ChartElement class descendant.

See Also