Class BarChart
Bar chart renderable
Inheritance
Inherited Members
Namespace
Syntax
public class BarChart : GraphicalCyclicWriter
Constructors
BarChart()
Makes a new instance of the bar chart renderer
Declaration
public BarChart()
Properties
Backwards
Whether to render the bars backwards (right to left) or not (left to right)
Property Value
bool
Declaration
public bool Backwards { get; set; }
Elements
Chart elements
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 bar chart
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()