HighchartsSeriesConnectorsOptions constructor

HighchartsSeriesConnectorsOptions({
  1. String? dashStyle,
  2. HighchartsConnectorsEndMarkerOptions? endMarker,
  3. String? lineColor,
  4. double? lineWidth,
  5. HighchartsConnectorsMarkerOptions? marker,
  6. double? radius,
  7. HighchartsConnectorsStartMarkerOptions? startMarker,
  8. 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});