Skip to main content
A newer version of this page is available. .

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.v21.2.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