TChartPen.Visible
TChartPen
property Visible: Boolean;
Unit
TeCanvas
Description
The Visible property determines if the pen will draw lines or not.
For example, TChart Frame property can be hidden by setting it's Visible property to False:
Chart1.Frame.Visible:=False;