|
Animation | | This is used to turn animation off in animated charts. They are set to be animated by default. |
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. |
ChartDataColumn | | (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. |
ChartHeight | | (Required) The height of the chart image, in pixels. |
ChartWidth | | (Required) The width of the chart, usually in pixels.
For ChartCanvas charts, the value may be a percentage, by specifying the value like "50%". |
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. |
PyramidChartType | | (Required) The type of Pyramid chart; Pyramid ,or Funnel. |
SegmentLabelColumn | | Enter the name of a column from the DataLayer. Values in the column will appear along the Data Values for each segment. |
ShowNames | | 0/1. Set this to 1 if you want the x-axis names to be displayed alongside the values.
For Pie Charts, the default value is 1. |
ShowValues | | 0/1. Set this to 1 if you want the x-axis values to be displayed.
Values will be displayed alongside the pyramid gauge, while over the funnel gauges.
For Pie Charts, the default value is 1.
|
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. |