Skip to main content
All docs
V25.1
  • XYDiagram2D.RangeControlTimeSpanGridOptions Property

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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