Table of Contents

Class LineChartDatasetConfig

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

Constructors

LineChartDatasetConfig(string)

public LineChartDatasetConfig(string id)

Parameters

id string

Properties

BackgroundColor

public Color? BackgroundColor { get; set; }

Property Value

Color?

BorderColor

public Color? BorderColor { get; set; }

Property Value

Color?

BorderWidth

public int BorderWidth { get; set; }

Property Value

int

Count

public override int Count { get; }

Property Value

int

Data

public IList<double> Data { get; }

Property Value

IList<double>

LineTension

public decimal LineTension { get; set; }

Property Value

decimal

PointRadius

public int PointRadius { get; set; }

Property Value

int

Methods

Add()

public void Add()

Remove(int)

public void Remove(int index)

Parameters

index int