HighchartsConnectorsOptions constructor
HighchartsConnectorsOptions({
- double? algorithmMargin,
- String? dashStyle,
- bool? enabled,
- HighchartsConnectorsEndMarkerOptions? endMarker,
- String? lineColor,
- double? lineWidth,
- HighchartsConnectorsMarkerOptions? marker,
- double? radius,
- HighchartsConnectorsStartMarkerOptions? startMarker,
- String? type,
The Pathfinder module allows you to define connections between any two points, represented as lines - optionally with markers for the start and/or end points. Multiple algorithms are available for calculating how the connecting lines are drawn.
Implementation
HighchartsConnectorsOptions(
{this.algorithmMargin,
this.dashStyle,
this.enabled,
this.endMarker,
this.lineColor,
this.lineWidth,
this.marker,
this.radius,
this.startMarker,
this.type});