Class WinsLosses
Wins and losses chart renderable
Inheritance
Inherited Members
Namespace
Syntax
public class WinsLosses : GraphicalCyclicWriter
Constructors
WinsLosses()
Makes a new instance of the wins and losses chart renderer
Declaration
public WinsLosses()
Properties
Elements
Chart elements
Property Value
Declaration
public (string, ChartElement win, ChartElement loss)[] Elements { 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 the wins and losses chart
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()