A newer version of this page is available.
Switch to the current version.
IDateTimeMeasureUnitsCalculator Interface
Interface that should be implemented by any class that can be used as a date-time measure unit calculator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public interface IDateTimeMeasureUnitsCalculator
Public Interface IDateTimeMeasureUnitsCalculator
Related API Members
The following members accept/return IDateTimeMeasureUnitsCalculator objects:
Remarks
This interface introduces the IDateTimeMeasureUnitsCalculator.CalculateMeasureUnit method, which allows automatic calculation of date-time measure units for the X-axis.
See Also
Feedback