Skip to main content
All docs
V25.1
  • TimeSpanScaleOptions.AutomaticMeasureUnitsCalculator Property

    Gets or sets the automatic time-span measure unit calculator.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [Browsable(false)]
    public ITimeSpanMeasureUnitsCalculator AutomaticMeasureUnitsCalculator { get; set; }

    Property Value

    Type Description
    ITimeSpanMeasureUnitsCalculator

    An object of class that implements the ITimeSpanMeasureUnitsCalculator interface.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AutomaticMeasureUnitsCalculator
    AxisBase
    .TimeSpanScaleOptions .AutomaticMeasureUnitsCalculator
    See Also