Search Results for

    Show / Hide Table of Contents

    Class StemLeafChart

    Stem and leaf chart renderable

    Inheritance
    object
    CyclicWriter
    SimpleCyclicWriter
    StemLeafChart
    Namespace: Terminaux.Writer.CyclicWriters.Simple
    Assembly: Terminaux.dll
    Syntax
    public class StemLeafChart : SimpleCyclicWriter

    Constructors

    | Edit this page View Source

    StemLeafChart()

    Makes a new instance of the stem and leaf chart renderer

    Declaration
    public StemLeafChart()

    Properties

    | Edit this page View Source

    Elements

    Chart elements (for numbers)

    Declaration
    public double[] Elements { get; set; }
    Property Value
    Type Description
    double[]
    | Edit this page View Source

    LeafColor

    Leaf color

    Declaration
    public Color LeafColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    SeparatorColor

    Separator color

    Declaration
    public Color SeparatorColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    StemColor

    Stem color

    Declaration
    public Color StemColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    UseColors

    Whether to use colors or not

    Declaration
    public bool UseColors { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Render()

    Renders a stem and leaf chart

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered text that will be used by the renderer

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX