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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
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