Skip to main content

XYDiagram2DModel.RangeControlTimeSpanGridOptions Property

Gets or sets the XYDiagram2D.RangeControlTimeSpanGridOptions property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public ChartRangeControlClientTimeSpanGridOptionsModel RangeControlTimeSpanGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientTimeSpanGridOptionsModel

The time-span grid options of the chart range control client.

See Also