IColorLineTool.Draw3D
IColorLineTool

property Draw3D: WordBool;

Type Library
TeeChartx

Description
Controls if color line displays as a single line or as a rectangle in 3D mode.

Example [Visual Basic]:

Private Sub Check1_Click()

TChart1.Tools.Items(0).asColorLine.Draw3D = (Check1.Value = 1)

End Sub