Class BarChartDatasetConfig
public class BarChartDatasetConfig : BaseChartDataset
- Inheritance
-
BarChartDatasetConfig
- Inherited Members
- Extension Methods
Constructors
BarChartDatasetConfig(string)
public BarChartDatasetConfig(string id)
Parameters
idstring
Properties
BackgroundColor
public IList<Color> BackgroundColor { get; }
Property Value
BorderColor
public IList<Color> BorderColor { get; }
Property Value
Count
public override int Count { get; }
Property Value
Data
public IList<double> Data { get; }
Property Value
Methods
Add()
public void Add()
Remove(int)
public void Remove(int index)
Parameters
indexint