Class StemLeafChart
Stem and leaf chart renderable
Namespace: Terminaux.Writer.CyclicWriters.Simple
Assembly: Terminaux.dll
Syntax
public class StemLeafChart : SimpleCyclicWriter
Constructors
| Edit this page View SourceStemLeafChart()
Makes a new instance of the stem and leaf chart renderer
Declaration
public StemLeafChart()
Properties
| Edit this page View SourceElements
Chart elements (for numbers)
Declaration
public double[] Elements { get; set; }
Property Value
Type | Description |
---|---|
double[] |
LeafColor
Leaf color
Declaration
public Color LeafColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
SeparatorColor
Separator color
Declaration
public Color SeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
StemColor
Stem color
Declaration
public Color StemColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
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 a stem and leaf chart
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |