SharpPlot.PieChartStyle Property

Set Piechart style to any combination of flags.

public PieChartStyles PieChartStyle {get; set;}

Example

sp.PieChartStyle = PieChartStyles.ValueTags;

Options

ValueTagsValue tags are written for data items
PlainPlain axes or value tags on piechart
FarthestFirstDrawing order allows 3D extrusion
RoseDiagramExploded pie sectors are drawn from centre to form a Rose Diagram

See also ...

SharpPlot Members | DrawPieChart Method