Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
ChartRangeControlClientDateTimeGridOptionsModel

The model of date-time grid options.

See Also