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
Namespace: Terminal.Gui.Graphs
Assembly: Terminal.Gui.dll
Syntax
public class GraphCellToRender : Object
Constructors
GraphCellToRender(Rune)
Creates instance and sets Rune with default graph coloring
Declaration
public GraphCellToRender(Rune rune)
Parameters
Type | Name | Description |
---|---|---|
System.Rune | rune |
GraphCellToRender(Rune, Nullable<Attribute>)
Declaration
public GraphCellToRender(Rune rune, Nullable<Attribute> color)
Parameters
Type | Name | Description |
---|---|---|
System.Rune | rune | |
System.Nullable<Attribute> | color |
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
Color
Optional color to render the Rune with
Declaration
public Nullable<Attribute> Color { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Attribute> |
Rune
The character to render in the console
Declaration
public Rune Rune { get; set; }
Property Value
Type | Description |
---|---|
System.Rune |