HighchartsGanttSeriesOptions constructor
HighchartsGanttSeriesOptions({
- double? borderRadius,
- bool? colorByPoint,
- HighchartsGanttSeriesConnectorsOptions? connectors,
- HighchartsGanttSeriesDataLabelsOptions? dataLabels,
- HighchartsGanttSeriesDragDropOptions? dragDrop,
- dynamic events,
- bool? grouping,
- String? id,
- double? index,
- double? legendIndex,
- HighchartsGanttSeriesPartialFillOptions? partialFill,
- double? pointRange,
- HighchartsGanttSeriesTooltipOptions? tooltip,
A gantt
series.
Implementation
HighchartsGanttSeriesOptions(
{this.borderRadius,
this.colorByPoint,
this.connectors,
this.dataLabels,
this.dragDrop,
this.events,
this.grouping,
this.id,
this.index,
this.legendIndex,
this.partialFill,
this.pointRange,
this.tooltip});