Class MultiBarSeries
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
- 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