ChartDirector 7.0 (ASP/COM/VB Edition)
PolarChart.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of the center of the polar plot area. |
y | (Mandatory) | The y coordinate of the center of the polar plot area. |
r | (Mandatory) | The radius of the polar plot area in pixels. |
bgColor | Transparent | The background color of the polar plot area. |
edgeColor | Transparent | The border color of the polar plot area. |
edgeWidth | 1 | The border width of the polar plot area. The border width is only used if the polar plot area is using a polygon grid (see PolarChart.setGridStyle). If circular grid is used, the border width is always 1. |
Return Value