| Property |
Description |
| Name |
The name of the series in the Component Hierarchy palette. |
| Series Name |
The name of the series. This value is displayed as a text entry in the chart legend. |
| X Field |
The name of the attribute in each CDF record containing x-coordinate values. |
| Y Field |
The name of the attribute in each CDF record containing y-coordinate values. |
| Min Field |
The CDF record attribute containing the minimum y-value for the column. This field is optional. |
| Column Width |
The width of each column in pixels. This value is used only if the x-axis of the chart is linear or logarithmic. |
| Fill |
The fill used for shapes in the series. The syntax is color [alpha], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. alpha is an optional float value between 0.0 and 1.0. If no value is specified, the default coloring scheme is used. |
| Stroke |
The stroke for outlining shapes in the series. The syntax is color [width [alpha]], where color is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. width is an optional integer value specifying the width of the stroke in pixels. alpha is an optional float value between 0.0 and 1.0. |
| Fill Gradient |
The fill gradient used for shapes in the series. The syntax is color2 [angle [alpha2 [percent stop color,]*]]. The gradient is rendered starting from the main fill color/fill alpha and ending at color2/alpha2 along the specified angle. Optional intermediate colors along the way are defined by percent and stop_color pairs. Pairs are separated by commas. For example, red 0 1 50% white, 75% black. color2 is specified as a predefined color name, RGB, or hexadecimal value. For example, red, rgb(255,0,0), or #ff0000. angle specifies the angle of the gradient vector measured in degrees (between 0 and 360) counter-clockwise from 12 o'clock. alpha2 is an optional float value between 0.0 and 1.0. |
| Color Function |
A static function used to color per-category regions in a series. A category corresponds to one row in a CDF document. |
| Display |
Whether the series displays in the chart. The default value is Block, which specifies to display the series. If None is selected, the series is not displayed in the chart but remains in the Component Hierarchy palette. |
| Tooltip Function |
A function that generates mouse-over tooltips for series shapes. The default function displays the x- and y-coordinates of the column, along with the minimum x-value. |
| Bound Menu |
A menu to display when a user right-clicks on the series with the mouse. Specify the name of the menu component as displayed in the Component Hierarchy palette. |