Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartCircleInfo interface contains properties required to determine parameters of pie charts.
IChartCircleInfo
The interface is used to work with both pie and ring charts.
| Property name | Brief description | |
| ConcentricDistance | The ConcentricDistance property determines the distance between concentric circles. | |
| FixedRadius | The FixedRadius property determines radius of a pie chart. | |
| HoleSize | The HoleSize property determines radius of the central ring (in shares) from the maximum chart radius. | |
| SeriesAsRings | The SeriesAsRings property determines whether series are displayed in the chart rings. | |
| StartAngle | The StartAngle property determines the angle of rotation for a pie chart. | |
| UseBackwardDirection | The UseBackwardDirection property determines whether the series are to be arranged counter clockwise starting from the central axis of a pie chart. |
See also: