Table of Contents

Class BarChartDatasetConfig

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class BarChartDatasetConfig : BaseChartDataset
Inheritance
BarChartDatasetConfig
Inherited Members
Extension Methods

Constructors

BarChartDatasetConfig(string)

public BarChartDatasetConfig(string id)

Parameters

id string

Properties

BackgroundColor

public IList<Color> BackgroundColor { get; }

Property Value

IList<Color>

BorderColor

public IList<Color> BorderColor { get; }

Property Value

IList<Color>

Count

public override int Count { get; }

Property Value

int

Data

public IList<double> Data { get; }

Property Value

IList<double>

Methods

Add()

public void Add()

Remove(int)

public void Remove(int index)

Parameters

index int