Skip to main content
All docs
V25.1
  • ITimeSpanMeasureUnitsCalculator Interface

    Interface that should be implemented by any class that can be used as a time-span measure unit calculator.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public interface ITimeSpanMeasureUnitsCalculator

    The following members return ITimeSpanMeasureUnitsCalculator objects:

    Remarks

    This interface introduces the ITimeSpanMeasureUnitsCalculator.CalculateMeasureUnit method that allows automatic calculation of time-span measure units for the X-axis.

    See Also