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

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

    Namespace: DevExpress.XtraCharts.Designer

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