yLabels property

  1. @TagNumber(13)
PbList<String> get yLabels

Custom string labels for the Y-axis (e.g. "Low", "Medium", "High"). When set, these replace the default numeric axis labels.

Implementation

@$pb.TagNumber(13)
$pb.PbList<$core.String> get yLabels => $_getList(12);