Pen.Visible
- Last UpdatedDec 08, 2015
- 1 minute read
The Pen.Visible property is a read-write Boolean property that gets or sets the visible property for the currently selected pen.
Syntax
Pen.Visible = bool;
Result = Pen.Visible;
Remarks
The default is TRUE (the pen is visible on the chart). When this property is set to FALSE, the pen is hidden from the chart display.