PolarLineLayer objects are created by using PolarChart.addLineLayer.
Method | Inherited | Description |
---|---|---|
setCloseLoop | (Self) | Specifies whether the polar line should form a close loop (joining the last point to the first point) or not. |
setGapColor | (Self) | Sets the color and style of the line used for jumping across NoValue data points. |
setAngles | PolarLayer | Sets the angular coordinates of the data points. |
setBorderColor | PolarLayer | Sets the border color for drawing the data on the layer. |
setLineWidth | PolarLayer | Sets the line width of lines when drawing the data on the layer. |
setDataSymbol | PolarLayer | Uses one of the built-in symbols as the graphics symbol to plot the data points. |
setDataSymbol2 | PolarLayer | Uses the image from the specified file or resource as the graphics symbol to plot the data points. |
setDataSymbol3 | PolarLayer | Uses a DrawArea object as the graphics symbol to plot the data points. |
setDataSymbol4 | PolarLayer | Uses a custom shape as the graphics symbol to plot the data points. |
setSymbolOffset | PolarLayer | Offset the symbols in the x and y directions in pixel unit. |
setSymbolScale | PolarLayer | Sets the size of the symbol for each data point (for creating bubble charts). |
setDataLabelStyle | PolarLayer | Enables data labels and sets their styles. |
setDataLabelFormat | PolarLayer | Sets the data label format. |
addCustomDataLabel | PolarLayer | Adds a custom data label to a data point. |
setImageMapWidth | PolarLayer | Sets the effective size of a data point for producing image maps. |
getImageCoor | PolarLayer | Gets the image map coordinates of a data point. |
getHTMLImageMap | PolarLayer | Generates an HTML image map for all data points on the layer. |
setHTMLImageMap | PolarLayer | Override the default arguments used when generating HTML image map for the layer. |