Discrete fill color
- Last UpdatedJul 26, 2024
- 1 minute read
The following elements can be specified for a discrete fill 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 is invalid or missing. |
Example:
<FillColorDiscrete>
<Title>FillColorDiscrete1</Title>
<Expression>
<![CDATA[dTag001]]>
</Expression>
<OnColor><Name>Green</Name></OnColor>
<OffColor><Name>Red</Name></OffColor>
</FillColorDiscrete>
Minimal example:
<FillColorDiscrete>
<Expression>dTag001</Expression>
</FillColorDiscrete>