ChartDirector 6.0 (ColdFusion Edition)

PolarChart.setGridColor


Usage

setGridColor([ rGridColor [, rGridWidth [, aGridColor [, aGridWidth ]]]])

Description

Sets the grid colors and widths of the polar plot area.

Arguments

ArgumentDefaultDescription
rGridColor80000000The color of grid lines in the radial direction (from the center outwards).
rGridWidth1The line width for grid lines in the radial direction (from the center outwards).
aGridColor80000000The color of grid lines in the angular direction (concentric circles around the center).
aGridWidth1The line width of grid lines in the angular direction (concentric circles around the center) The line width is only used if the polar plot area is using a polygon grid (see PolarChart.setGridStyle). If circular grid is used, the line width is always 1.

Return Value

None