Class PieChart
Pie chart renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class PieChart : GraphicalCyclicWriter
Constructors
| Edit this page View SourcePieChart()
Makes a new instance of the pie chart renderer
Declaration
public PieChart()
Properties
| Edit this page View SourceElements
Chart elements
Declaration
public ChartElement[] Elements { get; set; }
Property Value
Type | Description |
---|---|
ChartElement[] |
RunChart
Whether to render this chart as a run chart
Declaration
public bool RunChart { get; set; }
Property Value
Type | Description |
---|---|
bool |
Showcase
Show the element list
Declaration
public bool Showcase { get; set; }
Property Value
Type | Description |
---|---|
bool |
UseColors
Whether to use colors or not
Declaration
public bool UseColors { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceRender()
Renders a pie chart
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |