Class WinsLosses
Wins and losses chart renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class WinsLosses : GraphicalCyclicWriter
Constructors
| Edit this page View SourceWinsLosses()
Makes a new instance of the wins and losses chart renderer
Declaration
public WinsLosses()
Properties
| Edit this page View SourceElements
Chart elements
Declaration
public (string, ChartElement win, ChartElement loss)[] Elements { get; set; }
Property Value
Type | Description |
---|---|
(string, ChartElement win, ChartElement loss)[] |
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 the wins and losses chart
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |