HighchartsParetoSeriesOptions constructor
HighchartsParetoSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- dynamic baseSeries,
- String? className,
- bool? clip,
- String? color,
- double? colorIndex,
- String? colorKey,
- bool? connectEnds,
- bool? connectNulls,
- double? cropThreshold,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- List<
HighchartsSeriesDataLabelsOptions> ? dataLabels, - HighchartsSeriesDataSortingOptions? dataSorting,
- String? description,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- bool? getExtremesFromAll,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- double? lineWidth,
- String? linecap,
- String? linkedTo,
- HighchartsSeriesMarkerOptions? marker,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- HighchartsSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- bool? zoomEnabled,
A pareto
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.pareto
Implementation
HighchartsParetoSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.animationLimit,
this.baseSeries,
this.className,
this.clip,
this.color,
this.colorIndex,
this.colorKey,
this.connectEnds,
this.connectNulls,
this.cropThreshold,
this.cursor,
this.custom,
this.dashStyle,
this.dataLabels,
this.dataSorting,
this.description,
this.enableMouseTracking,
this.events,
this.getExtremesFromAll,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
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.showCheckbox,
this.showInLegend,
this.skipKeyboardNavigation,
this.sonification,
this.stack,
this.states,
this.stickyTracking,
this.tooltip,
this.turboThreshold,
this.visible,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoomEnabled});