Class StemLeafChart
Stem and leaf chart renderable
Inheritance
object
StemLeafChart
Implements
Namespace: Terminaux.Writer.CyclicWriters
Assembly: Terminaux.dll
Syntax
public class StemLeafChart : IStaticRenderable
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 |
Left
Left position
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
int |
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 |
Top
Top position
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
int |
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 string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |