IColorLineTool.DrawBehind
IColorLineTool

property DrawBehind: WordBool;

Type Library
TeeChartx

Description
In 3D mode, controls if color line will be displayed behind series or in-front.

Example [Visual Basic]:

Private Sub Check2_Click()

TChart1.Tools.Items(0).asColorLine.DrawBehind = (Check2.Value = 1)

End Sub