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;
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.