HCPlotAtrOptions constructor
const
HCPlotAtrOptions({
- HCSeriesAccessibilityOptionsObject? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- num? animationLimit,
- String? boostBlending,
- num? boostThreshold,
- String? className,
- bool? clip,
- dynamic color,
- num? colorIndex,
- String? colorKey,
- String? compare,
- dynamic compareBase,
- bool? compareStart,
- bool? compareToMain,
- bool? connectNulls,
- bool? crisp,
- num? cropThreshold,
- bool? cumulative,
- bool? cumulativeStart,
- String? cursor,
- HCDictionary? custom,
- String? dashStyle,
- HCDataGroupingOptionsObject? dataGrouping,
- dynamic dataLabels,
- HCDataMappingOptionsObject? dataMapping,
- HCPlotAtrDataSortingOptions? dataSorting,
- String? description,
- bool? enableMouseTracking,
- HCSeriesEventsOptionsObject? events,
- String? findNearestPointBy,
- num? gapSize,
- String? gapUnit,
- bool? getExtremesFromAll,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- HCSeriesLabelOptionsObject? label,
- HCSeriesLastPriceOptionsObject? lastPrice,
- HCSeriesLastVisiblePriceOptionsObject? lastVisiblePrice,
- String? legendSymbol,
- dynamic legendSymbolColor,
- String? linecap,
- num? lineWidth,
- String? linkedTo,
- HCPointMarkerOptionsObject? marker,
- String? name,
- dynamic negativeColor,
- bool? nullInteraction,
- dynamic onPoint,
- num? opacity,
- HCPlotAtrParamsOptions? params,
- HCPlotSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- dynamic shadow,
- bool? showCheckbox,
- bool? showInLegend,
- bool? softThreshold,
- HCSeriesSonificationOptions? sonification,
- HCSeriesStatesOptionsObject? states,
- String? step,
- bool? stickyTracking,
- num? threshold,
- HCSeriesTooltipOptionsObject? tooltip,
- num? turboThreshold,
- bool? visible,
- String? zoneAxis,
- List<
HCSeriesZonesOptionsObject> ? zones, - 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,
});