Class StemLeafChart
Stem and leaf chart renderable
Inheritance
Namespace
Syntax
public class StemLeafChart : SimpleCyclicWriter
Constructors
StemLeafChart()
Makes a new instance of the stem and leaf chart renderer
Declaration
public StemLeafChart()
Properties
Elements
Chart elements (for numbers)
Property Value
double[]
Declaration
public double[] Elements { get; set; }
LeafColor
Leaf color
Property Value
Color
Declaration
public Color LeafColor { get; set; }
SeparatorColor
Separator color
Property Value
Color
Declaration
public Color SeparatorColor { get; set; }
StemColor
Stem color
Property Value
Color
Declaration
public Color StemColor { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Methods
Render()
Renders a stem and leaf chart
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()