Search Results for

    Show / Hide Table of Contents

    Class BreakdownChart

    Breakdown chart renderable

    Inheritance
    object
    CyclicWriter
    GraphicalCyclicWriter
    BreakdownChart
    Inherited Members
    GraphicalCyclicWriter.Left
    GraphicalCyclicWriter.Top
    GraphicalCyclicWriter.Width
    GraphicalCyclicWriter.Height
    GraphicalCyclicWriter.Padding
    GraphicalCyclicWriter.Margins
    GraphicalCyclicWriter.SetMargins
    GraphicalCyclicWriter.HitboxStartPos
    GraphicalCyclicWriter.HitboxEndPos
    GraphicalCyclicWriter.GenerateHitbox(Func<PointerEventContext, object>)
    GraphicalCyclicWriter.GenerateHitbox(Action<PointerEventContext>)
    Namespace: Terminaux.Writer.CyclicWriters.Graphical
    Assembly: Terminaux.dll
    Syntax
    public class BreakdownChart : GraphicalCyclicWriter

    Constructors

    | Edit this page View Source

    BreakdownChart()

    Makes a new instance of the breakdown chart renderer

    Declaration
    public BreakdownChart()

    Properties

    | Edit this page View Source

    Elements

    Chart elements

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

    Showcase

    Show the element list

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

    UpsideDown

    Whether to render the bars upside down or not

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

    UseColors

    Whether to use colors or not

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

    Vertical

    Whether to render this chart in vertical mode

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

    Methods

    | Edit this page View Source

    Render()

    Renders a breakdown 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