DisplayPens property

Returns or sets whether or not pen icons display on the right side of the chart. Read/write. Boolean.
Pen icons indicate the last read value of each pen. Pen icons move to show the current value, even if the chart is not scrolling, so pen icons may not appear at the end of the line.
Syntax
Trend
.
DisplayPens
[
= state
]
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    . Displays a pen icon for each line.
  • False
    . Does not display pen icons.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal