getStackLabels method

  1. @override
List<String> getStackLabels()
override

Returns the labels used for the different value-stacks in the legend. This is only relevant for stacked bar entries.

@return

Implementation

@override
List<String> getStackLabels() {
  return _stackLabels;
}