ChartDirector 7.0 (Perl Edition)
ThreeDScatterGroup.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
symbol | (Mandatory) | One of the predefined shape constants representing the symbol shape. See Shape Specification for the available built-in shapes. |
size | 5 | The size of the symbol in pixels. By default, the width and height will be of the same size. If you want to use different size for width and height, you can pass the width and height to perlchartdir::xySize and use the return value as the size. |
fillColor | -1 | The color used to fill the symbol. -1 means that the color is automatically selected from the palette. SameAsMainColor means the color is based on the z value of the symbol as according to the ColorAxis (accessible via ThreeDChart.colorAxis). |
edgeColor | -1 | The edge color used to draw the edge of the symbol. -1 means using LineColor as the edge color. |
lineWidth | 1 | The line width used for drawing the symbols. |
Return Value