Discrete line color
- Last UpdatedJul 26, 2024
- 1 minute read
The following elements can be specified for a discrete line color animation link.
|
Elements |
Description |
|---|---|
|
Title |
Object name. Optional. |
|
Oncolor |
Contains a color element. Default is rgb(0,0,0). |
|
Offcolor |
Contains a color element. Default is rgb(0,0,0). |
|
Expression |
Discrete tag or expression. Required. Object is not created if the expression element values are missing or invalid. |
Example:
<LineColorDiscrete>
<Title>LineColorDiscrete1</Title>
<Expression>
<![CDATA[dTag001]]>
</Expression>
<OnColor><Name>Green</Name></OnColor>
<OffColor><Name>Red</Name></OffColor>
</LineColorDiscrete>
Minimal example:
<LineColorDiscrete>
<Expression>dTag001</Expression>
</LineColorDiscrete>