IChart > Chart Assembly Interfaces > IChartCircleInfo
Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartCircleInfo interface contains properties that are used to determine parameters of pie charts.
IChartCircleInfo
The interface is used to work with both pie and doughnut charts.
Property name | Brief description | |
![]() |
ConcentricDistance | The ConcentricDistance property determines a distance between concentric circles. |
![]() |
FixedRadius | The FixedRadius property determines a pie chart radius. |
![]() |
HoleSize | The HoleSize property determines a radius of the central circle (in parts) 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 arranged counter-clockwise starting from the central axis of a pie chart. |
See also: