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

XYDiagram2DModel.RangeControlDateTimeGridOptions Property

Returns the model of options of the date time grid assigned to the modeled chart Range Control.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public ChartRangeControlClientDateTimeGridOptionsModel RangeControlDateTimeGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientDateTimeGridOptionsModel

The model of date-time grid options.

See Also