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

ChartRangeControlClientDateTimeOptions(ChartRangeControlClientDateTimeGridOptions) Constructor

Initializes a new instance of the ChartRangeControlClientDateTimeOptions class with the specified date-time grid options of the range control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartRangeControlClientDateTimeOptions(
    ChartRangeControlClientDateTimeGridOptions rangeControlDateTimeGridOptions
)

Parameters

Name Type Description
rangeControlDateTimeGridOptions ChartRangeControlClientDateTimeGridOptions

A ChartRangeControlClientDateTimeGridOptions object that contains properties to customize the grid of the date-time range control.

See Also