Table of Contents

Constructor GraphCellToRender

Namespace
Terminal.Gui.Graphs
Assembly
Terminal.Gui.dll

GraphCellToRender(Rune)

Creates instance and sets Rune with default graph coloring

public GraphCellToRender(Rune rune)

Parameters

rune Rune

GraphCellToRender(Rune, Attribute)

Creates instance and sets Rune with custom graph coloring

public GraphCellToRender(Rune rune, Attribute color)

Parameters

rune Rune
color Attribute

GraphCellToRender(Rune, Attribute?)

Creates instance and sets Rune and Color (or default if null)

public GraphCellToRender(Rune rune, Attribute? color)

Parameters

rune Rune
color Attribute?