Table of Contents

Class BarSeries.Bar

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

A single bar in a BarSeries

public class BarSeries.Bar
Inheritance
BarSeries.Bar
Inherited Members

Constructors

Bar(string, GraphCellToRender, float)

Creates a new instance of a single bar rendered in the given fill that extends out value graph space units in the default Orientation

Properties

Fill

The color and character that will be rendered in the console when the bar extends over it

Text

Optional text that describes the bar. This will be rendered on the corresponding Axis unless DrawLabels is false

Value

The value in graph space X/Y (depending on Orientation) to which the bar extends.