Skip to main content
All docs
V25.2
  • 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.2.dll

    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