XYDiagram2DModel.RangeControlTimeSpanGridOptions Property
Gets or sets the XYDiagram2D.RangeControlTimeSpanGridOptions property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
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