HighchartsTimelineSeriesOptions constructor

HighchartsTimelineSeriesOptions({
  1. HighchartsSeriesAccessibilityOptions? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. String? className,
  5. bool? clip,
  6. String? color,
  7. dynamic colorAxis,
  8. bool? colorByPoint,
  9. double? colorIndex,
  10. String? colorKey,
  11. bool? crisp,
  12. String? cursor,
  13. Map<String, dynamic>? custom,
  14. HighchartsTimelineSeriesDataLabelsOptions? dataLabels,
  15. String? description,
  16. HighchartsSeriesDragDropOptions? dragDrop,
  17. bool? enableMouseTracking,
  18. HighchartsSeriesEventsOptions? events,
  19. String? id,
  20. bool? ignoreHiddenPoint,
  21. bool? inactiveOtherPoints,
  22. bool? includeInDataExport,
  23. double? index,
  24. List<String>? keys,
  25. HighchartsSeriesLabelOptions? label,
  26. double? legendIndex,
  27. String? legendSymbol,
  28. String? legendSymbolColor,
  29. double? lineWidth,
  30. String? linecap,
  31. String? linkedTo,
  32. HighchartsTimelineSeriesMarkerOptions? marker,
  33. bool? nullInteraction,
  34. HighchartsSeriesOnPointOptions? onPoint,
  35. double? opacity,
  36. HighchartsSeriesPointOptions? point,
  37. dynamic pointDescriptionFormat,
  38. dynamic pointDescriptionFormatter,
  39. bool? relativeXValue,
  40. bool? selected,
  41. Map<String, dynamic>? shadow,
  42. bool? showCheckbox,
  43. bool? showInLegend,
  44. bool? skipKeyboardNavigation,
  45. HighchartsSeriesSonificationOptions? sonification,
  46. HighchartsTimelineSeriesStatesOptions? states,
  47. bool? stickyTracking,
  48. HighchartsTimelineSeriesTooltipOptions? tooltip,
  49. bool? visible,
  50. dynamic xAxis,
  51. dynamic yAxis,
  52. double? zIndex,
  53. bool? zoomEnabled,
})

The timeline series. If the type option is not specified, it is inherited from chart.type.

API Docs: https://api.highcharts.com/highcharts/series.timeline

Implementation

HighchartsTimelineSeriesOptions(
    {this.accessibility,
    this.allowPointSelect,
    this.animation,
    this.className,
    this.clip,
    this.color,
    this.colorAxis,
    this.colorByPoint,
    this.colorIndex,
    this.colorKey,
    this.crisp,
    this.cursor,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.enableMouseTracking,
    this.events,
    this.id,
    this.ignoreHiddenPoint,
    this.inactiveOtherPoints,
    this.includeInDataExport,
    this.index,
    this.keys,
    this.label,
    this.legendIndex,
    this.legendSymbol,
    this.legendSymbolColor,
    this.lineWidth,
    this.linecap,
    this.linkedTo,
    this.marker,
    this.nullInteraction,
    this.onPoint,
    this.opacity,
    this.point,
    this.pointDescriptionFormat,
    this.pointDescriptionFormatter,
    this.relativeXValue,
    this.selected,
    this.shadow,
    this.showCheckbox,
    this.showInLegend,
    this.skipKeyboardNavigation,
    this.sonification,
    this.states,
    this.stickyTracking,
    this.tooltip,
    this.visible,
    this.xAxis,
    this.yAxis,
    this.zIndex,
    this.zoomEnabled});