ChartDirector 7.1 (.NET Edition)

PolarChart.setGridStyle


Usage

[C#]public void setGridStyle(bool polygonGrid [, bool gridOnTop ]);
[VB]Public Sub setGridStyle(polygonGrid As Boolean [, gridOnTop As Boolean ])

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 value means polygonal grid will be used. A false value means circular grid will be used.
gridOnToptrueA true value means the grid lines will be on top of the polar plot area. A false value means the grid lines will be at the bottom of the polar plot area.

Return Value

None