IPen.Visible
IPen

property Visible: WordBool;

Type Library
TeeChartx

Description
The Visible property determines if the pen will draw lines or not.

For example, TChart.Frame can be hidden by setting it's Visible property to False:

TChart1.Frame.Visible = False