|
ChartLabelColumn | | Set this to a column returned from the DataLayer. It represents the name of each item, or data value, charted. For charts with x and y axes, these are listed across the x-axis. |
ChartSymbol | SymbolX |
SymbolTriangle |
SymbolSquare |
SymbolSolidSphere |
SymbolGlassSphere2 |
SymbolGlassSphere |
SymbolDiamond |
SymbolCross |
SymbolCircle |
| A symbol that identifies each data point on the chart.
For XY charts, this can be used only for the Line and Spline charts to identify data points.
When using a Crosstab Filter under the Chart's DataLayer, use comma-separated symbol values to assign different symbol values for each crosstab. |
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. |
ChartSymbolFillColor | | The internal color of a symbol.
Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. |
ChartSymbolSize | | The size, in pixels, of a chart symbol.
You can make a scatter into a bubble chart. Instead of a specific number, specify a numeric column returned with the data.
The default is 4. |
ChartSymbolSizeFactor | | Symbol Size Factor for bubble charts.
If the bubble sizes are too large or small, use this to change their size by setting a value between 0 and 1.
e.g. 0.25 would mean that the largest bubble would be 25% the size of the plotarea, and all other bubbles will be resized accordingly. |
ChartXDataColumn | | (Required) Specifies the name of a datalayer column whose values will be plotted along the X-axis. |
ChartYDataColumn | | (Required) Specifies the name of a datalayer column whose values will be plotted along the Y-axis. |
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. |
LegendLabel | | Indicates text that will be shown for this layer inside the chart legend. |
ShowDataValues | | Indicates if the values of each data point should be shown on the chart.
For TrendLines, displays the line's slope value. |
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. |