SharpPlot Reference > SharpPlot Enumerations > PieChartStyles Enumeration PieChartStyles Enumeration
Piechart Style (flags).
[flags]
public enum PieChartStyles
Members
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 |
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
See also ...SharpPlot Members | SharpPlot.PieChartStyle Property | SharpPlot.DrawPieChart Method
Send comments on this topic © Dyalog Ltd 2021
|