HCPlotAtrOptions constructor

const HCPlotAtrOptions({
  1. HCSeriesAccessibilityOptionsObject? accessibility,
  2. bool? allowPointSelect,
  3. dynamic animation,
  4. num? animationLimit,
  5. String? boostBlending,
  6. num? boostThreshold,
  7. String? className,
  8. bool? clip,
  9. dynamic color,
  10. num? colorIndex,
  11. String? colorKey,
  12. String? compare,
  13. dynamic compareBase,
  14. bool? compareStart,
  15. bool? compareToMain,
  16. bool? connectNulls,
  17. bool? crisp,
  18. num? cropThreshold,
  19. bool? cumulative,
  20. bool? cumulativeStart,
  21. String? cursor,
  22. HCDictionary? custom,
  23. String? dashStyle,
  24. HCDataGroupingOptionsObject? dataGrouping,
  25. dynamic dataLabels,
  26. HCDataMappingOptionsObject? dataMapping,
  27. HCPlotAtrDataSortingOptions? dataSorting,
  28. String? description,
  29. bool? enableMouseTracking,
  30. HCSeriesEventsOptionsObject? events,
  31. String? findNearestPointBy,
  32. num? gapSize,
  33. String? gapUnit,
  34. bool? getExtremesFromAll,
  35. bool? inactiveOtherPoints,
  36. bool? includeInDataExport,
  37. HCSeriesLabelOptionsObject? label,
  38. HCSeriesLastPriceOptionsObject? lastPrice,
  39. HCSeriesLastVisiblePriceOptionsObject? lastVisiblePrice,
  40. String? legendSymbol,
  41. dynamic legendSymbolColor,
  42. String? linecap,
  43. num? lineWidth,
  44. String? linkedTo,
  45. HCPointMarkerOptionsObject? marker,
  46. String? name,
  47. dynamic negativeColor,
  48. bool? nullInteraction,
  49. dynamic onPoint,
  50. num? opacity,
  51. HCPlotAtrParamsOptions? params,
  52. HCPlotSeriesPointOptions? point,
  53. dynamic pointDescriptionFormat,
  54. dynamic pointDescriptionFormatter,
  55. bool? relativeXValue,
  56. bool? selected,
  57. dynamic shadow,
  58. bool? showCheckbox,
  59. bool? showInLegend,
  60. bool? skipKeyboardNavigation,
  61. bool? softThreshold,
  62. HCSeriesSonificationOptions? sonification,
  63. HCSeriesStatesOptionsObject? states,
  64. String? step,
  65. bool? stickyTracking,
  66. num? threshold,
  67. HCSeriesTooltipOptionsObject? tooltip,
  68. num? turboThreshold,
  69. bool? visible,
  70. String? zoneAxis,
  71. List<HCSeriesZonesOptionsObject>? zones,
  72. bool? zoomEnabled,
})

Implementation

const HCPlotAtrOptions({
  this.accessibility,
  this.allowPointSelect,
  this.animation,
  this.animationLimit,
  this.boostBlending,
  this.boostThreshold,
  this.className,
  this.clip,
  this.color,
  this.colorIndex,
  this.colorKey,
  this.compare,
  this.compareBase,
  this.compareStart,
  this.compareToMain,
  this.connectNulls,
  this.crisp,
  this.cropThreshold,
  this.cumulative,
  this.cumulativeStart,
  this.cursor,
  this.custom,
  this.dashStyle,
  this.dataGrouping,
  this.dataLabels,
  this.dataMapping,
  this.dataSorting,
  this.description,
  this.enableMouseTracking,
  this.events,
  this.findNearestPointBy,
  this.gapSize,
  this.gapUnit,
  this.getExtremesFromAll,
  this.inactiveOtherPoints,
  this.includeInDataExport,
  this.label,
  this.lastPrice,
  this.lastVisiblePrice,
  this.legendSymbol,
  this.legendSymbolColor,
  this.linecap,
  this.lineWidth,
  this.linkedTo,
  this.marker,
  this.name,
  this.negativeColor,
  this.nullInteraction,
  this.onPoint,
  this.opacity,
  this.params,
  this.point,
  this.pointDescriptionFormat,
  this.pointDescriptionFormatter,
  this.relativeXValue,
  this.selected,
  this.shadow,
  this.showCheckbox,
  this.showInLegend,
  this.skipKeyboardNavigation,
  this.softThreshold,
  this.sonification,
  this.states,
  this.step,
  this.stickyTracking,
  this.threshold,
  this.tooltip,
  this.turboThreshold,
  this.visible,
  this.zoneAxis,
  this.zones,
  this.zoomEnabled,
});