IDrawLineTool.SelectNewLines
IDrawLineTool
property SelectNewLines: WordBool;
Type Library
TeeChartx
Description
After painting a new line using IDrawLineTool, the line is not selected. By setting this property to True will do so.
Example [Visual Basic]:
TChart1.Tools.Items(0).asDrawLine.SelectNewLines = True