| Property |
Description |
| Name |
The name of the chart in the Component Hierarchy palette. |
| Left |
The size of the blank space, in pixels, to leave at the left edge of the bounding box. If absolutely positioned, the default is 0. If relatively positioned, the default is empty. |
| Top |
The size of the blank space, in pixels, to leave at the top edge of the bounding box. If absolutely positioned, the default is 0. If relatively positioned, the default is empty. |
| Width |
The chart width in implied pixels or as a percentage. For example, 100 or 25%. |
| Height |
The chart height in implied pixels or as a percentage. For example, 100 or 25%. |
| Relative XY |
Whether to use relative or absolute positioning for the chart in relation to its container. The default value is Relative. |
| Type |
The type of area chart, either overlay, stacked, or stacked 100%. |
| XML Cache Id |
The string identifier of the cached CDF file with chart data. This string is displayed in the Local Data Cache palette. |
| XML String |
The XML string (CDF) with chart data. |
| XML URL |
The URL of the CDF file with chart data. The file can be local or remote. Paths can be relative or absolute. |
| Share Resources |
Whether to delete the associated CDF document when the chart component is recycled in the Component Hierarchy palette. If Share is specified, the document remains in cache after the component is recycled. The default value is Cleanup. |
| BG Color |
The RGB value of the chart background fill. Specify the value as predefined color names, RGB, or hexadecimal values. For example, red, rgb(255,0,0), or #ff0000. |
| BG Alpha |
The alpha value (opacity) of the chart background fill. Specify a value from 0.0 (fully transparent) to 1.0 (fully opaque). The default value is 1.0. |
| Border Color |
The RGB color of the chart border. Specify as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. |
| Border Width |
The width, in pixels, of the chart border. The default value is 1. |
| Border Alpha |
The alpha value (opacity) of the chart border. Specify a value from 0.0 (fully transparent) to 1.0 (fully opaque). The default value is 1.0. |
| Padding |
The CSS padding value between the chart border and the contents of the chart. Specify a single value to use on all sides, such as 5, or a set of values separated by spaces for top, right, bottom, and left, such as 5 0 5 0. |
| Data Area Padding |
The CSS padding value for the data area. Specify a single value to use on all sides, such as 5, or a set of values separated by spaces for top, right, bottom, and left, such as 5 0 5 0. The default value is 0. |
| Title Placement |
The location of the chart title, one of top, right, bottom, left. The default value is top. |
| Legend Placement |
The location of the legend, one of top, right, bottom, left. The default value is right. |
| Bound Menu |
A menu to display when a user right-clicks on the chart with the mouse. Specify the name of the menu component as displayed in the Component Hierarchy palette. |