Class LinesChart
Lines chart renderable
Inheritance
Inherited Members
Namespace
Syntax
public class LinesChart : GraphicalCyclicWriter
Constructors
LinesChart()
Makes a new instance of the lines chart renderer
Declaration
public LinesChart()
Properties
Elements
Chart elements
Property Value
(string, ChartElement[])[]
Declaration
public (string, ChartElement[])[] Elements { get; set; }
Showcase
Show the element list
Property Value
bool
Declaration
public bool Showcase { get; set; }
UpsideDown
Whether to render the lines 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; }
Methods
Render()
Renders a lines chart
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()