Table of Contents

Class PieChartDatasetConfig

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

Constructors

PieChartDatasetConfig(string)

public PieChartDatasetConfig(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