HighchartsXRangeSeriesDataConnectOptions constructor

HighchartsXRangeSeriesDataConnectOptions({
  1. String? dashStyle,
  2. HighchartsConnectorsEndMarkerOptions? endMarker,
  3. String? lineColor,
  4. double? lineWidth,
  5. HighchartsConnectorsMarkerOptions? marker,
  6. double? radius,
  7. HighchartsConnectorsStartMarkerOptions? startMarker,
  8. String? to,
  9. String? type,
})

Connect to a point. This option can be either a string, referring to the ID of another point, or an object, or an array of either. If the option is an array, each element defines a connection.

API Docs: https://api.highcharts.com/gantt/series.xrange.data.connect

Implementation

HighchartsXRangeSeriesDataConnectOptions(
    {this.dashStyle,
    this.endMarker,
    this.lineColor,
    this.lineWidth,
    this.marker,
    this.radius,
    this.startMarker,
    this.to,
    this.type});