|
Color | | 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 | | (Required) 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. |
IncludeInLegend | | If chart legend is defined - set this to True to have an entry for the mark element in the legend. |
LineWidth | | The width of the line, in pixels.
|
MarkDataColumn | | (Required) Set this to a column returned from the DataLayer. It represents the label displayed for each mark line. |
MarkLabelColumn | | Set this to a column returned from the DataLayer. It represents the data value for each mark line. |
MarkOrientation | | Indicates if the Mark is horizontal or vertical.
The default is Horizontal. |
OnTop | | Positions the element on top, above other elements. The default value is "False". |