ChartDataLabels constructor
ChartDataLabels(
- ChartSerie serie
Create an instances of ChartDataLabels class.
Implementation
ChartDataLabels(ChartSerie serie) {
_parentSerie = serie;
}
Create an instances of ChartDataLabels class.
ChartDataLabels(ChartSerie serie) {
_parentSerie = serie;
}