HighchartsMapPointSeriesDataLabelsOptions constructor
HighchartsMapPointSeriesDataLabelsOptions({
- bool? crop,
- bool? defer,
- bool? enabled,
- bool? overflow,
- HighchartsMapPointSeriesDataLabelsStyleOptions? style,
Highcharts Options Widget.
Implementation
HighchartsMapPointSeriesDataLabelsOptions(
{this.crop, this.defer, this.enabled, this.overflow, this.style});