labels property

List<String>? labels
final

Provides naming for the data points

If not provided, it will default to the value of data points. If provided, it's length should be same as that of values

Implementation

final List<String>? labels;