type EColorLineStyle = (clCustom, clMaximum, clCenter, clMinimum);
Type Library
TeeChartx
Description
ColorLine tool Style property uses this enumeration to display lines at automatic axis positions.
Default value is : clCustom ( user defined position ).
clMaximum means the line will be displayed at axis maximum position.
clCenter means the line will be displayed at axis center position.
clMinimum means the line will be displayed at axis minimum position.