Back to Devexpress

ITimeSpanMeasureUnitsCalculator Interface

corelibraries-devexpress-dot-xtracharts-95877985.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public interface ITimeSpanMeasureUnitsCalculator
vb
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

ITimeSpanMeasureUnitsCalculator Members

DevExpress.XtraCharts Namespace