|
| AggregateFunction | | Sum |
| Stdev |
| Mode |
| Min |
| Median |
| Max |
| DistinctCount |
| Count |
| Average |
| Aggregate function sets the function for the aggregation. |
| 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. |
| 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. |
| LineWidth | | The width of the line, in pixels.
|
| 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. |