| Contents > SharpPlot > Properties | Index |
SharpPlot.PieChartStyle Property
Set Piechart style to any combination of flags.
public PieChartStyles PieChartStyle {get; set;}
Example
sp.PieChartStyle = PieChartStyles.ValueTags;
Options
| ValueTags | Value tags are written for data items |
| Plain | Plain axes or value tags on piechart |
| FarthestFirst | Drawing order allows 3D extrusion |
| RoseDiagram | Exploded pie sectors are drawn from centre to form a Rose Diagram |
