ChartDirector 7.0 (ASP/COM/VB Edition)
DataSet.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
shape | (Mandatory) | An array of integers representing the coordinates the polygon vertices. See Shape Specification on how the custom shape is defined. |
size | 11 | 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 ChartDirector.API.xySize and use the return value as the size. |
fillColor | -1 | The color used to fill the symbol. -1 means the color of the data set will be used. |
edgeColor | -1 | The edge color used to draw the edge of the symbol. -1 means the edge color of the data set will be used. |
Return Value