Back to Devexpress

XYDiagram2D.RangeControlTimeSpanGridOptions Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2d-4bfc8803.md

latest1.5 KB
Original Source

XYDiagram2D.RangeControlTimeSpanGridOptions Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ChartRangeControlClientTimeSpanGridOptions RangeControlTimeSpanGridOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public ReadOnly Property RangeControlTimeSpanGridOptions As ChartRangeControlClientTimeSpanGridOptions

Property Value

TypeDescription
ChartRangeControlClientTimeSpanGridOptions

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

|

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.XtraCharts Namespace