Skip to main content

XYDiagram2D.RangeControlTimeSpanGridOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ChartRangeControlClientTimeSpanGridOptions RangeControlTimeSpanGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientTimeSpanGridOptions

A ChartRangeControlClientTimeSpanGridOptions object that is time-span grid options of the chart range control client.

See Also