TColorBandTool.StartLine
TColorBandTool
property StartLine: TColorLineTool;
Unit
TeeTools
Description
The StartLine property contains formatting properties for the automatic line used to drag the start value of the ColorBand tool at runtime.
ChartTool1.ResizeStart := True ;
ChartTool1.StartLine.Pen.Color := clRed ;
See also: ResizeStart property.