ChartDataLabels constructor

ChartDataLabels(
  1. ChartSerie serie
)

Create an instances of ChartDataLabels class.

Implementation

ChartDataLabels(ChartSerie serie) {
  _parentSerie = serie;
}