Sets angle in degrees used to draw the dividing grid lines in anti-clockwise direction.
public Double AngleIncrement {get; set;}

Remarks


The AngleIncrement property indicates the number of degrees that will be used to draw the dividing grid lines in anti-clockwise direction. The 0 starting angle is located at rightmost Polar coordinate. Valid increments are between 0 and 359 degree.

You can control the grid lines pen by using the Chart.Axes.Bottom.Grid property.

Example


[C#]

Steema.TeeChart.Styles.Polar Series1 = new Steema.TeeChart.Styles.Polar(); 
tChart1.Series.Add(Series1);
Series1.AngleIncrement = 45;

See Also

CustomPolar Class | CustomPolar Members | Steema.TeeChart.Styles Namespace