Class BarChart
Bar chart renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class BarChart : GraphicalCyclicWriter
Constructors
| Edit this page View SourceBarChart()
Makes a new instance of the bar chart renderer
Declaration
public BarChart()
Properties
| Edit this page View SourceBackwards
Whether to render the bars backwards (right to left) or not (left to right)
Declaration
public bool Backwards { get; set; }
Property Value
Type | Description |
---|---|
bool |
Elements
Chart elements
Declaration
public ChartElement[] Elements { get; set; }
Property Value
Type | Description |
---|---|
ChartElement[] |
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 bar chart
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |