Class BreakdownChart
Breakdown chart renderable
Inheritance
Inherited Members
Namespace
Syntax
public class BreakdownChart : GraphicalCyclicWriter
Constructors
BreakdownChart()
Makes a new instance of the breakdown chart renderer
Declaration
public BreakdownChart()
Properties
Elements
Chart elements
Showcase
Show the element list
Property Value
bool
Declaration
public bool Showcase { get; set; }
UpsideDown
Whether to render the bars upside down or not
Property Value
bool
Declaration
public bool UpsideDown { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Vertical
Whether to render this chart in vertical mode
Property Value
bool
Declaration
public bool Vertical { get; set; }
Methods
Render()
Renders a breakdown chart
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()