Search Results for

    Show / Hide Table of Contents

    Class GraphCellToRender

    Describes how to render a single row/column of a GraphView based on the value(s) in ISeries at that location
    Inheritance
    System.Object
    GraphCellToRender
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui.Graphs
    Assembly: Terminal.Gui.dll
    Syntax
    public class GraphCellToRender

    Constructors

    | Improve this Doc View Source

    GraphCellToRender(Rune)

    Creates instance and sets Rune with default graph coloring
    Declaration
    public GraphCellToRender(Rune rune)
    Parameters
    Type Name Description
    System.Rune rune
    | Improve this Doc View Source

    GraphCellToRender(Rune, Nullable<Attribute>)

    Creates instance and sets Rune and Color (or default if null)
    Declaration
    public GraphCellToRender(Rune rune, Attribute? color)
    Parameters
    Type Name Description
    System.Rune rune
    System.Nullable<Attribute> color
    | Improve this Doc View Source

    GraphCellToRender(Rune, Attribute)

    Creates instance and sets Rune with custom graph coloring
    Declaration
    public GraphCellToRender(Rune rune, Attribute color)
    Parameters
    Type Name Description
    System.Rune rune
    Attribute color

    Properties

    | Improve this Doc View Source

    Color

    Optional color to render the Rune with
    Declaration
    public Attribute? Color { get; set; }
    Property Value
    Type Description
    System.Nullable<Attribute>
    | Improve this Doc View Source

    Rune

    The character to render in the console
    Declaration
    public Rune Rune { get; set; }
    Property Value
    Type Description
    System.Rune
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX