HighchartsVariablePieSeriesOptions constructor
HighchartsVariablePieSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- String? borderColor,
- Map<
String, dynamic> ? borderRadius, - double? borderWidth,
- List? center,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- double? colorIndex,
- String? colorKey,
- List? colors,
- bool? crisp,
- String? cursor,
- Map<
String, dynamic> ? custom, - HighchartsVariablePieSeriesDataLabelsOptions? dataLabels,
- double? depth,
- String? description,
- bool? enableMouseTracking,
- double? endAngle,
- HighchartsVariablePieSeriesEventsOptions? events,
- String? fillColor,
- String? id,
- bool? ignoreHiddenPoint,
- HighchartsVariablePieSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- dynamic innerSize,
- List<
String> ? keys, - double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- String? linecap,
- dynamic maxPointSize,
- dynamic minPointSize,
- dynamic minSize,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsVariablePieSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- Map<
String, dynamic> ? shadow, - bool? showCheckbox,
- bool? showInLegend,
- dynamic size,
- String? sizeBy,
- double? slicedOffset,
- HighchartsSeriesSonificationOptions? sonification,
- double? startAngle,
- HighchartsVariablePieSeriesStatesOptions? states,
- bool? stickyTracking,
- double? thickness,
- HighchartsVariablePieSeriesTooltipOptions? tooltip,
- bool? visible,
- double? zIndex,
- double? zMax,
- double? zMin,
- bool? zoomEnabled,
A variablepie
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.variablepie
Implementation
HighchartsVariablePieSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.center,
this.className,
this.clip,
this.color,
this.colorAxis,
this.colorIndex,
this.colorKey,
this.colors,
this.crisp,
this.cursor,
this.custom,
this.dataLabels,
this.depth,
this.description,
this.enableMouseTracking,
this.endAngle,
this.events,
this.fillColor,
this.id,
this.ignoreHiddenPoint,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.innerSize,
this.keys,
this.legendIndex,
this.legendSymbol,
this.legendSymbolColor,
this.linecap,
this.maxPointSize,
this.minPointSize,
this.minSize,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.relativeXValue,
this.selected,
this.shadow,
this.showCheckbox,
this.showInLegend,
this.size,
this.sizeBy,
this.skipKeyboardNavigation,
this.slicedOffset,
this.sonification,
this.startAngle,
this.states,
this.stickyTracking,
this.thickness,
this.tooltip,
this.visible,
this.zIndex,
this.zMax,
this.zMin,
this.zoomEnabled});