|
Caption | | The Caption attribute identifies the text to be displayed.
For Image elements, Caption specifies the image filename. |
Color | | (Required) Sets the element's color. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233.
For bar charts, each bar can be a different color by entering multiple colors, each separated by a comma.
When using a Crosstab Filter under the Chart's DataLayer, use comma-separated colors and a Legend element so each crosstab set can be identified. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
MarkerBandFromValue | | (Required) Sets the start value of the marker band, in axis units.
Set the attribute to either a specific value or use a @Chart token to use a data column. The value type must be Numeric or DateTime. |
MarkerBandToValue | | (Required) Sets the end value of the marker band, in axis units.
Set the attribute to either a specific value or use a @Chart token to use a data column. The value type must be Numeric or DateTime. |
Transparency | | Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other. |