HighchartsVennSeriesOptions constructor
HighchartsVennSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? borderColor,
- String? borderDashStyle,
- double? borderWidth,
- double? brighten,
- String? className,
- bool? clip,
- HighchartsVennSeriesClusterOptions? cluster,
- String? color,
- dynamic colorAxis,
- bool? colorByPoint,
- double? colorIndex,
- String? colorKey,
- bool? crisp,
- String? cursor,
- Map<
String, dynamic> ? custom, - String? dashStyle,
- HighchartsVennSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? id,
- HighchartsVennSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - double? legendIndex,
- String? legendSymbol,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- HighchartsVennSeriesStatesOptions? states,
- String? step,
- bool? stickyTracking,
- HighchartsVennSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- double? zIndex,
- bool? zoomEnabled,
A venn
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsVennSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.animationLimit,
this.borderColor,
this.borderDashStyle,
this.borderWidth,
this.brighten,
this.className,
this.clip,
this.cluster,
this.color,
this.colorAxis,
this.colorByPoint,
this.colorIndex,
this.colorKey,
this.crisp,
this.cursor,
this.custom,
this.dashStyle,
this.dataLabels,
this.description,
this.enableMouseTracking,
this.events,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.legendIndex,
this.legendSymbol,
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.states,
this.step,
this.stickyTracking,
this.tooltip,
this.turboThreshold,
this.visible,
this.zIndex,
this.zoomEnabled});