ChartDirector 7.0 (Perl Edition)

PolarChart.setGridStyle


Usage

setGridStyle(polygonGrid [, gridOnTop ])

Description

Configure whether to use circular grids or polygon grids, and whether the grid lines are on top of the polar plot area or are at the back.

Arguments

ArgumentDefaultDescription
polygonGrid(Mandatory)A true (non-zero) value means polygonal grid will be used. A false (zero) value means circular grid will be used.
gridOnToptrue (non-zero)A true (non-zero) value means the grid lines will be on top of the polar plot area. A false (zero) value means the grid lines will be at the bottom of the polar plot area.

Return Value

None