Determines if the pen will draw lines or not.
public Boolean Visible {get; set;}

Remarks


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

Example


[C#]
tChart.Frame can be hidden by setting it's Visible property to false:

fChart1.Frame.Visible = false; 


See Also

ChartPen Class | ChartPen Members | Steema.TeeChart.Drawing Namespace