[VB] | Public Sub setStartAngle(startAngle As Double [, clockwise As Boolean ]) |
[C#] | public void setStartAngle(double startAngle [, bool clockwise ]); |
ChartDirector 5.1 (.NET Edition)
PolarChart.setStartAngle
Usage
[VB] | Public Sub setStartAngle(startAngle As Double [, clockwise As Boolean ]) |
[C#] | public void setStartAngle(double startAngle [, bool clockwise ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
startAngle | (Mandatory) | The angle of the radial axis in degrees. The upward pointing direction is 0 degree, with angle measured in the clockwise direction. |
clockwise | true | A true value means the radial grid line will be laid out in the clockwise direction. A false value means the radial grid lines will be laid out in the counter-clockwise direction. |
Return Value