Description property (Trend object)

Returns or sets the text description of a pen on a trend chart. Read/write. String.
If the DisplayLineLegend property is True, the description can appear on the chart as the pen caption in the line legend.
Syntax
pen
.
Description
[
= text
]
where
pen
- is a Pen object or an expression that evaluates to a Pen object.
text
- is a parameter of the type String that describes the pen.
Remarks
Operators can change the description at runtime by double-clicking the description in the line legend, if the RuntimeAttributesEnabled property is set to rstEnableEditLegend.
Chart example
tx_LineLegend
Set up line legend options on the Trend properties Display tab.
Double-click the line legend at runtime to open the Pens tab. (This option must be selected on the Runtime tab.)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal