totalDataLabel property

DataLabel? totalDataLabel
getter/setter pair

Controls whether to display additional data labels on stacked charts which sum the total value of all stacked values at each value along the domain axis.

stacked_type must be STACKED and neither CUSTOM nor placement can be set on the total_data_label.

Implementation

DataLabel? totalDataLabel;