Class BarSeries
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Holds a collection of bars which are all styled the same and have a common label
[Obsolete("temporarially not in use", true)]
public class BarSeries
- Inheritance
-
BarSeries
- Inherited Members
- Extension Methods
Properties
Bars
public IList<Bar> Bars { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
Label
public string? Label { get; set; }