Class BarSeries.Bar
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 outvalue
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.