IAxis.IsDateTime
IAxis
function IsDateTime: WordBool;
Type Library
TeeChartx
Description
Each Chart Axis can consider values to be normal numbers or DateTime values. This function returns if the Axis dependent values are DateTime or not.
Example [Visual Basic]:
If TChart1.Axis.Bottom.IsDateTime Then...