ScatterChart data set

interface ScatterChartDataSet {
    data: ChartDataUnit<ScatterChartStyle>[];
    label: string;
    style?: ScatterChartStyle;
}

Hierarchy (view full)

Properties

Properties

label: string

Description

label is a string that represents the label of the dataset. It is displayed in the legend of the chart.