Constructor MultiBarSeries
MultiBarSeries(int, float, float, Attribute[]?)
Creates a new series of clustered bars.
public MultiBarSeries(int numberOfBarsPerCategory, float barsEvery, float spacing, Attribute[]? colors = null)
Parameters
numberOfBarsPerCategoryintEach category has this many bars
barsEveryfloatHow far apart to put each category (in graph space)
spacingfloatHow much spacing between bars in a category (should be less than
barsEvery/numberOfBarsPerCategory)colorsAttribute[]Array of colors that define bar color in each category. Length must match
numberOfBarsPerCategory