|
AggregateFunction | Sum |
Stdev |
Mode |
Min |
Median |
Max |
DistinctCount |
Count |
Average |
| Aggregate function sets the function for the aggregation. |
AreaGradientColor | | Sets the gradient color for the Area charts. This is the end Color for gradient effect.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233.
e.g. If you want a gradient effect of green to light green, set the area color to green and the area gradient color to light green.
Animated Charts have a default white gradient. For a single series chart, you can set this to a color which will be applied as the gradient. For multi series, white is the only gradient option. For no gradient on a multi-series chart, set this to any value. |
BackgroundColor | | Sets the background color of the element.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
ChartHeight | | The height of the chart image, in pixels. |
ChartSymbolEdgeColor | | The color of the outside edge of the symbols.
For Area charts, this is the color of the outside edge of the area chart layer, while for bar charts it is the edge color of each bar in the layer. Animated Bar Charts with Bar Style = Rounded Edge will ignore this attribute.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
ChartWidth | | The width of the chart, usually in pixels.
For ChartCanvas charts, the value may be a percentage, by specifying the value like "50%". |
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 | | 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. |
SparklineDataColumn | | (Required) Set this to a column returned from the DataLayer. It represents the data value for each item charted. These are listed across the y-axis. |
TimePeriod | Year |
Week |
Second |
Quarter |
Month |
Minute |
Hour |
Date |
| The time period. |
TimePeriodDataColumn | | TimePeriodDataColumn specifies a column from the DataLayer containing date/time values. |