[]
Interface of pie chart.
public interface IPieChart : IChartBase, IStyleProvider, IPalette, IBrushConverter
| Name | Description |
|---|---|
| DataLabel | Gets the data label object of the pie. |
| InnerRadius | Gets inner circle radius |
| Offset | Gets offset from the original position. |
| Reversed | Gets a bool value that indicated revered or not. |
| SelectedItemOffset | Gets selected item offset from the original position. |
| SelectedItemPosition | Gets the selected item index. |
| StartAngle | Gets start angle. |
| Name | Description |
|---|---|
| GetItem(int) | Gets pie one slice data item. |
| GetLegendLabels() | Gets legend labels. |
| GetNames() | Gets pie slices names |
| GetValues() | Gets pie slices values |