HighchartsGanttSeriesDataDependencyOptions constructor
HighchartsGanttSeriesDataDependencyOptions({
- String? to,
- String? dashStyle,
- HighchartsConnectorsEndMarkerOptions? endMarker,
- String? lineColor,
- double? lineWidth,
- HighchartsConnectorsMarkerOptions? marker,
- double? radius,
- HighchartsConnectorsStartMarkerOptions? startMarker,
- String? type,
The ID of the point (task) that this point depends on in Gantt charts. Aliases connect. Can also be an object, specifying further connecting options between the points. Multiple connections can be specified by providing an array.
API Docs: https://api.highcharts.com/gantt/series.gantt.data.dependency
Implementation
HighchartsGanttSeriesDataDependencyOptions(
{this.to,
this.dashStyle,
this.endMarker,
this.lineColor,
this.lineWidth,
this.marker,
this.radius,
this.startMarker,
this.type});