TColorBandTool.EndLine

TColorBandTool.EndLine
TColorBandTool

property EndLine: TColorLineTool;

Unit
TeeTools

Description
The EndLine property contains formatting properties for the automatic line used to drag the end value of the ColorBand tool at runtime.

ChartTool1.ResizeEnd := True ;
ChartTool1.EndLine.Pen.Color := clGreen ;

See also: ResizeEnd property.