PolarLineLayer objects are created by using PolarChart.addLineLayer.
Method | Inherited | Description |
---|---|---|
setCloseLoop | (Self) | Specify whether the polar line should form a close loop (joining the last point to the first point) or not. |
setGapColor | (Self) | Set the color and style of the line used for jumping across NoValue data points. |
setAngles | PolarLayer | Set the angular coordinates of the data points. |
setBorderColor | PolarLayer | Set the border color for drawing the data on the layer. |
setLineWidth | PolarLayer | Set the line width of lines when drawing the data on the layer. |
setDataSymbol | PolarLayer | Use one of the built-in symbols as the graphics symbol to plot the data points. |
setDataSymbol2 | PolarLayer | Load an image from a file and use it as the graphics symbol to plot the data points. |
setDataSymbol3 | PolarLayer | Use a DrawArea object as the graphics symbol to plot the data points. |
setSymbolScale | PolarLayer | Set the size of the symbol for each data point (for creating bubble charts). |
setImageMapWidth | PolarLayer | Set the effective size of a data point for producing image maps. |
getImageCoor | PolarLayer | Get the image map coordinates of a data point. |
getHTMLImageMap | PolarLayer | Generate the HTML image map for all data points on the layer. |
setDataLabelStyle | PolarLayer | Enable data labels and set their styles. |
setDataLabelFormat | PolarLayer | Set the data label format. |
addCustomDataLabel | PolarLayer | Add a custom data label to a data point. |