Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Sets or returns the angle of the first slice in the pie or doughnut chart.

C#
vb.net

Remarks

This defaults to 0 when creating new series.
If this is set this to a value less than 0, it will be set to 360 + (value % 360).
If this is set this to a value greater than 360 it will be set to value % 360.
Note: if this is set this to 360, it will still be 360.

For 3D pie charts this will have the same value as the ChartSettings3D.RotationAngle.
For Bar Of Pie and Pie of Pie series settings this will have no effect and it will always return 0.

  • No labels