The Chart Canvas Child Elements
The Chart Canvas element also uses the following child elements to generate, control, and format the canvas and charts. Select the element link for more information.
Element | Description |
---|---|
X-Axis and Y-Axis Elements | Specifies properties of axis lines, grid lines, tick marks, and label fonts. |
Caption Style and SubCaption Style | Specifies Caption and SubCaption font-related and positioning attributes. |
New for 14.2Chart Description Style | Specifies Chart Description font-related and positioning attributes. |
No Data Caption Style | Specifies font-related properties for the No Data Caption. |
New for 14.1 New for 14.1Gradient Style | Allows the user to add gradient fill to represent data. |
Crosstab Filter with Chart Canvas Charts | "Pivots" and groups the data for easier comparison. |
Group Drillthrough | Adds grouped data point links which, when clicked, display a basic drill-through report showing the detail data used to create the group. |
Input Selection | Provides the ability to select chart areas or points with the mouse. |
Legend | Specifies Legend border, background, location, and other properties. |
The Resizer | Adds "resizing handles"to the bottom and right sides of the canvas. |
Trend Line | Generates a line on the chart indicating the "trend" of the data. |
Zoom Control | Allows the user to "zoom" into the canvas, magnifying a portion of it. |
Series.Area | Adds this data visualization to the canvas. |
Series.Area Range | Adds this data visualization to the canvas. |
Series.Area Spline | Adds this data visualization to the canvas. |
Series.Area Spline Range | Adds this data visualization to the canvas. |
Series.Bar | Adds this data visualization to the canvas. |
Series.Bar Range | Adds this data visualization to the canvas. |
Series.Bubble | Adds this data visualization to the canvas. |
Series.Funnel | Adds this visualization to the canvas. |
Series.Heatmap | Adds this visualization to the canvas. |
Series.Line | Adds this data visualization to the canvas. |
Series.Pie | Adds this data visualization to the canvas. |
Series.Pyramid | Adds this data visualization to the canvas. |
Series.Scatter | Adds this data visualization to the canvas. |
Series.Spline | Adds this data visualization to the canvas. |
Series.Waterfall | Adds this data visualization to the canvas. |
Series.Whiskers | Adds this data visualization to the canvas. |
There is no "Series.Polar" element. To produce a Polar chart, set the Chart Canvas element's Polar attribute to True, which converts Cartesian series (Area, Line, Bar, etc.) to the Polar/Radial coordinate system.