ILineChartSeries interface

Series for a line chart.

Extends

Properties

color

Color of the series.

data

Data for the series.

lastDataPointLabel

Label for the last data point of the series

Property Details

color

Color of the series.

color?: string;

Property Value

string

Remarks

If not provided, a color will be automatically assigned based on the current theme.

data

Data for the series.

data: IDataPoint<T>[];

Property Value

IDataPoint<T>[]

lastDataPointLabel

Label for the last data point of the series

lastDataPointLabel?: string;

Property Value

string