SelectedPen custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The integer value of SelectedPen identifies the current selected pen of the SA_Trend_MultiPen symbol. A pen must be selected to show trend data. 0 is the default.
|
SelectedPen Value |
Selected Trend Pen |
|
1 |
PenA |
|
2 |
PenB |
|
3 |
PenC |
|
4 |
PenD |
SelectedPen is an Input/Output type of custom property intended to be set to a reference value during run time from a graphic element like a user input text box.
Assign values to the SelectedPen custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Objects |
Integer |
Input/Output |
0 |
Reference to an ArchestrA object's attribute or as a reference value from a user input graphic element. |
|
InTouch Tags |
Integer |
Input/Output |
0 |
Reference to an InTouch tag or as a reference value from a user input graphic element. |
Related Wizard options and custom properties
No other Wizard options or custom properties need to be configured to show the SelectedPen custom property. To show trend data from the SA_Trend_MultiPen symbol's Y axis or floating tooltip, SelectedPen is set to an an integer (1-4) to select pens A-D.