Search Results for

    Show / Hide Table of Contents

    Class ChartElement

    Chart element for bar charts, breakdown charts, and other analytical renderers

    Inheritance
    object
    ChartElement
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public class ChartElement

    Properties

    | Edit this page View Source

    Color

    Color of the chart element

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

    Hidden

    Whether this element is hidden from view or not

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

    Name

    Name of the chart element

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

    Value

    Value of the element

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX