HighchartsAnnotationsLabelsControlPointsOptions constructor
HighchartsAnnotationsLabelsControlPointsOptions({
- Map<
String, dynamic> ? events, - double? height,
- HighchartsCallback? positioner,
- HighchartsAnnotationsControlPointStyleOptions? style,
- String? symbol,
- bool? visible,
- double? width,
The array of control points.
Implementation
HighchartsAnnotationsLabelsControlPointsOptions(
{this.events,
this.height,
this.positioner,
this.style,
this.symbol,
this.visible,
this.width});