Table of Contents

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

IList<Bar>

Color

public Color Color { get; set; }

Property Value

Color

Label

public string? Label { get; set; }

Property Value

string