Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

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.

In This Topic