HighchartsFlagsSeriesOptions constructor
HighchartsFlagsSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowOverlapX,
- bool? allowPointSelect,
- double? animationLimit,
- String? boostBlending,
- double? boostThreshold,
- bool? centerInCategory,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- double? colorIndex,
- String? colorKey,
- List? colors,
- String? compare,
- double? compareBase,
- bool? compareStart,
- bool? crisp,
- bool? cumulative,
- bool? cumulativeStart,
- String? cursor,
- Map<
String, dynamic> ? custom, - HighchartsFlagsSeriesDataLabelsOptions? dataLabels,
- HighchartsSeriesDataSortingOptions? dataSorting,
- String? description,
- HighchartsFlagsSeriesDragDropOptions? dragDrop,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? fillColor,
- String? findNearestPointBy,
- bool? getExtremesFromAll,
- double? groupPadding,
- bool? grouping,
- double? height,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- HighchartsSeriesLastPriceOptions? lastPrice,
- HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- String? lineColor,
- String? linkedTo,
- double? maxPointWidth,
- double? minPointLength,
- String? negativeColor,
- bool? nullInteraction,
- String? onKey,
- HighchartsSeriesOnPointOptions? onPoint,
- String? onSeries,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- dynamic pointPlacement,
- double? pointRange,
- dynamic pointStart,
- bool? relativeXValue,
- bool? selected,
- Map<
String, dynamic> ? shadow, - String? shape,
- bool? showCheckbox,
- bool? showInLegend,
- bool? softThreshold,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- double? stackDistance,
- String? stacking,
- HighchartsFlagsSeriesStatesOptions? states,
- bool? stickyTracking,
- Map<
String, String> ? style, - String? textAlign,
- double? threshold,
- String? title,
- HighchartsFlagsSeriesTooltipOptions? tooltip,
- bool? useHTML,
- bool? visible,
- double? width,
- dynamic xAxis,
- double? y,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<
HighchartsSeriesZonesOptions> ? zones, - bool? zoomEnabled,
A flags
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsFlagsSeriesOptions(
{this.accessibility,
this.allowOverlapX,
this.allowPointSelect,
this.animationLimit,
this.boostBlending,
this.boostThreshold,
this.centerInCategory,
this.className,
this.clip,
this.color,
this.colorAxis,
this.colorIndex,
this.colorKey,
this.colors,
this.compare,
this.compareBase,
this.compareStart,
this.crisp,
this.cumulative,
this.cumulativeStart,
this.cursor,
this.custom,
this.dataLabels,
this.dataSorting,
this.description,
this.dragDrop,
this.enableMouseTracking,
this.events,
this.fillColor,
this.findNearestPointBy,
this.getExtremesFromAll,
this.groupPadding,
this.grouping,
this.height,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.label,
this.lastPrice,
this.lastVisiblePrice,
this.legendIndex,
this.legendSymbol,
this.legendSymbolColor,
this.lineColor,
this.linkedTo,
this.maxPointWidth,
this.minPointLength,
this.navigatorOptions,
this.negativeColor,
this.nullInteraction,
this.onKey,
this.onPoint,
this.onSeries,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.pointInterval,
this.pointIntervalUnit,
this.pointPlacement,
this.pointRange,
this.pointStart,
this.relativeXValue,
this.selected,
this.shadow,
this.shape,
this.showCheckbox,
this.showInLegend,
this.showInNavigator,
this.skipKeyboardNavigation,
this.softThreshold,
this.sonification,
this.stack,
this.stackDistance,
this.stacking,
this.states,
this.stickyTracking,
this.style,
this.textAlign,
this.threshold,
this.title,
this.tooltip,
this.useHTML,
this.visible,
this.width,
this.xAxis,
this.y,
this.yAxis,
this.zIndex,
this.zoneAxis,
this.zones,
this.zoomEnabled});