[C#] | public void setGridStyle(bool polygonGrid [, bool gridOnTop ]); |
[VB] | Public Sub setGridStyle(polygonGrid As Boolean [, gridOnTop As Boolean ]) |
ChartDirector 7.1 (.NET Edition)
PolarChart.
Usage
[C#] | public void setGridStyle(bool polygonGrid [, bool gridOnTop ]); |
[VB] | Public Sub setGridStyle(polygonGrid As Boolean [, gridOnTop As Boolean ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
polygonGrid | (Mandatory) | A true value means polygonal grid will be used. A false value means circular grid will be used. |
gridOnTop | true | A 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