HighchartsSeriesConnectorsOptions constructor
HighchartsSeriesConnectorsOptions({
- String? dashStyle,
- HighchartsConnectorsEndMarkerOptions? endMarker,
- String? lineColor,
- double? lineWidth,
- HighchartsConnectorsMarkerOptions? marker,
- double? radius,
- HighchartsConnectorsStartMarkerOptions? startMarker,
- String? type,
Override Pathfinder connector options for a series. Requires Highcharts Gantt to be loaded.
API Docs: https://api.highcharts.com/gantt/plotOptions.series.connectors
Implementation
HighchartsSeriesConnectorsOptions(
{this.dashStyle,
this.endMarker,
this.lineColor,
this.lineWidth,
this.marker,
this.radius,
this.startMarker,
this.type});