HighchartsXRangeSeriesDataConnectOptions constructor
HighchartsXRangeSeriesDataConnectOptions({
- String? dashStyle,
- HighchartsConnectorsEndMarkerOptions? endMarker,
- String? lineColor,
- double? lineWidth,
- HighchartsConnectorsMarkerOptions? marker,
- double? radius,
- HighchartsConnectorsStartMarkerOptions? startMarker,
- String? to,
- 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});