Class PieChart
Pie chart renderable
Inheritance
Inherited Members
Namespace
Syntax
public class PieChart : GraphicalCyclicWriter
Constructors
PieChart()
Makes a new instance of the pie chart renderer
Declaration
public PieChart()
Properties
Elements
Chart elements
RunChart
Whether to render this chart as a run chart
Property Value
bool
Declaration
public bool RunChart { get; set; }
Showcase
Show the element list
Property Value
bool
Declaration
public bool Showcase { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Methods
Render()
Renders a pie chart
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()