ChartDirector Ver 3.1 (PHP Edition Edition)

PolarLineLayer


The PolarLineLayer class represents polar area layers. PolarLineLayer is a subclass of PolarLayer.

PolarLineLayer objects are created by using PolarChart.addLineLayer.

MethodInheritedDescription
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.
setAnglesPolarLayerSet the angular coordinates of the data points.
setBorderColorPolarLayerSet the border color for drawing the data on the layer.
setLineWidthPolarLayerSet the line width of lines when drawing the data on the layer.
setDataSymbolPolarLayerUse one of the built-in symbols as the graphics symbol to plot the data points.
setDataSymbol2PolarLayerLoad an image from a file and use it as the graphics symbol to plot the data points.
setDataSymbol3PolarLayerUse a DrawArea object as the graphics symbol to plot the data points.
setSymbolScalePolarLayerSet the size of the symbol for each data point (for creating bubble charts).
setImageMapWidthPolarLayerSet the effective size of a data point for producing image maps.
getImageCoorPolarLayerGet the image map coordinates of a data point.
getHTMLImageMapPolarLayerGenerate the HTML image map for all data points on the layer.
setDataLabelStylePolarLayerEnable data labels and set their styles.
setDataLabelFormatPolarLayerSet the data label format.
addCustomDataLabelPolarLayerAdd a custom data label to a data point.