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

XYDiagram2D.RangeControlDateTimeGridOptions Property

Provides access to the date-time grid options of the range control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ChartRangeControlClientDateTimeGridOptions RangeControlDateTimeGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientDateTimeGridOptions

A ChartRangeControlClientDateTimeGridOptions object that is date-time grid options of the chart range control client.

See Also