yUserLabels property

List<String>? yUserLabels
final

User defined labels to be used by the chart, instead of labels auto-generated from data.

Can be Strings or numbers. If not null, a "manual" layout is used in the YContainer. If null, a "auto" layout is used in the YContainer.

Implementation

final List<String>? yUserLabels;