ChartDirector 7.0 (Perl Edition)
XYChart.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
boxTop | (Mandatory) | An array of numbers representing the top edge of the box. |
boxBottom | (Mandatory) | An array of numbers representing the bottom edge of the box. |
maxData | [Empty_Array] | An array of numbers representing the maximum value mark lines. |
minData | [Empty_Array] | An array of numbers representing the minimum value mark lines. |
midData | [Empty_Array] | An array of numbers representing the middle value mark lines. |
fillColors | [Empty_Array] | An array of colors to be used as the fill color of the boxes. If there are insufficient colors in the array for the boxes, the remaining boxes will have their colors automatically selected from the palette. |
whiskerBrightness | 0.5 | The brightness factor for whisker color. A value less than 1 means darkening. A value larger than 1 means brightening. A zero value means black. |
names | [Empty_Array] | An array of names for the boxes to be used in the legend box, if one is configured for the chart. |
Return Value