Skip to main content
All docs
V25.1
  • TimeSpanScaleOptionsModel.IntervalOptions Property

    Gets or sets the TimeSpanScaleOptions.IntervalOptions property value within the model.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [LocalizableCategory(DesignerCategories.Behavior)]
    public TimeSpanIntervalOptionsModel IntervalOptions { get; }

    Property Value

    Type Description
    TimeSpanIntervalOptionsModel

    A model for time-span axis scale options.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to IntervalOptions
    AxisBaseModel
    .TimeSpanScaleOptions .IntervalOptions
    See Also