PolarSplineAreaLayer objects are created by using PolarChart.addSplineAreaLayer.
Method | Inherited | Description |
---|---|---|
setTension | (Self) | Sets the tension to use when computing the spline curve. |
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. |