Class MultiBarSeries | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Collection of BarSeries in which bars are clustered by category

public class MultiBarSeries : ISeries

Inheritance

MultiBarSeries

Implements

Inherited Members

Constructors

MultiBarSeries(int, float, float, Attribute[]?)

Creates a new series of clustered bars.

Properties

Spacing

The number of units of graph space between bars. Should be less than BarEvery

SubSeries

Sub collections. Each series contains the bars for a different category. Thus SubSeries[0].Bars[0] is the first bar on the axis and SubSeries[1].Bars[0] is the second etc.

Methods

AddBars(string, Rune, params float[])

Adds a new cluster of bars

DrawSeries(GraphView, Rectangle, RectangleF)

Draws all SubSeries