LinkData property
Returns or sets whether the pen's description, units, min and max are read from the source data item when the object is instantiated. Read/write. Boolean.
When LinkData is enabled, the corresponding pen properties (description, units, min and max) are read-only.
Syntax
pen
.LinkData
[ = state
where
pen
- is a Pen object or an expression that evaluates to a Pen object.state
- is a parameter of the type Boolean that can be set to one of the following:- True. Read the pen properties from the source data item.
- False. Use the pen properties configured in the Pens tab of the Trend Properties dialog box.
Provide Feedback