SharpPlot Reference > SharpPlot Properties > PieChartStyle Property

SharpPlot.PieChartStyle Property

Set Piechart style to any combination of flags.

public PieChartStyles PieChartStyle {get; set;}

Example

sp.PieChartStyle = PieChartStyles.ValueTags;

Options

AbsolutePie Center and Radius are in points
ChartXPie Center is in chart coordinates – Pie Radius is in X coordinates
ChartYPie Center is in chart coordinates – Pie Radius is in Y coordinates
FarthestFirstDrawing order allows 3D extrusion
MergeInsideTagsInside tags that don’t fit will be merged to XLabels
PercentagePie Center and Radius are in percentage of available area
PlainPlain axes or value tags on piechart
RoseDiagramExploded pie sectors are drawn from centre to form a Rose Diagram
ShowAllLabelsDraw all XLabels even if they don’t fit the Frame
ValueTagsValue tags are written for data items

See also ...

SharpPlot Members | SharpPlot.PieRadius Property | SharpPlot.DrawPieChart Method | SharpPlot.SetPieCenter Method


Send comments on this topic
© Dyalog Ltd 2021