Class GraphCellToRender
Describes how to render a single row/column of a GraphView based
on the value(s) in ISeries at that location
Inherited Members
Namespace: Terminal.Gui.Graphs
Assembly: Terminal.Gui.dll
Syntax
public class GraphCellToRender
Constructors
| Edit this page View SourceGraphCellToRender(Rune)
Creates instance and sets Rune with default graph coloring
Declaration
public GraphCellToRender(Rune rune)
Parameters
| Type | Name | Description |
|---|---|---|
| Rune | rune |
GraphCellToRender(Rune, Attribute?)
Declaration
public GraphCellToRender(Rune rune, Attribute? color)
Parameters
| Type | Name | Description |
|---|---|---|
| Rune | rune | |
| 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 |
|---|---|---|
| Rune | rune | |
| Attribute | color |
Properties
| Edit this page View SourceColor
Optional color to render the Rune with
Declaration
public Attribute? Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Attribute? |
Rune
The character to render in the console
Declaration
public Rune Rune { get; set; }
Property Value
| Type | Description |
|---|---|
| Rune |