|
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
| Absolute | Pie Center and Radius are in points | | ChartX | Pie Center is in chart coordinates – Pie Radius is in X coordinates | | ChartY | Pie Center is in chart coordinates – Pie Radius is in Y coordinates | | FarthestFirst | Drawing order allows 3D extrusion | | MergeInsideTags | Inside tags that don’t fit will be merged to XLabels | | Percentage | Pie Center and Radius are in percentage of available area | | Plain | Plain axes or value tags on piechart | | RoseDiagram | Exploded pie sectors are drawn from centre to form a Rose Diagram | | ShowAllLabels | Draw all XLabels even if they don’t fit the Frame | | ValueTags | Value 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
|