Table of Contents

Class BarSeriesBar

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A single bar in a BarSeries

public class BarSeriesBar
Inheritance
BarSeriesBar
Inherited Members

Constructors

BarSeriesBar(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.