Skip to main content
All docs
V26.1
  • DateTimeScaleOptionsModel.IntervalOptions Property

    Returns the DateTimeScaleOptions.IntervalOptions property value within the model.

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    Declaration

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

    Property Value

    Type Description
    DateTimeIntervalOptionsModel

    The model of the date-time axis interval options.

    Property Paths

    You can access this nested property as listed below:

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