HighchartsPyramidSeriesOptions constructor
HighchartsPyramidSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- bool? animation,
- String? borderColor,
- double? 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, - HighchartsPyramidSeriesDataLabelsOptions? dataLabels,
- double? depth,
- String? description,
- bool? enableMouseTracking,
- double? endAngle,
- HighchartsPyramidSeriesEventsOptions? events,
- String? fillColor,
- dynamic height,
- String? id,
- bool? ignoreHiddenPoint,
- HighchartsPyramidSeriesInactiveOtherPointsOptions? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- String? linecap,
- dynamic minSize,
- dynamic neckHeight,
- dynamic neckWidth,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsPyramidSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- bool? relativeXValue,
- bool? reversed,
- bool? selected,
- Map<
String, dynamic> ? shadow, - bool? showCheckbox,
- bool? showInLegend,
- double? slicedOffset,
- HighchartsSeriesSonificationOptions? sonification,
- double? startAngle,
- HighchartsPyramidSeriesStatesOptions? states,
- bool? stickyTracking,
- double? thickness,
- HighchartsPyramidSeriesTooltipOptions? tooltip,
- bool? visible,
- dynamic width,
- double? zIndex,
- bool? zoomEnabled,
A pyramid
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.pyramid
Implementation
HighchartsPyramidSeriesOptions(
{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.height,
this.id,
this.ignoreHiddenPoint,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.legendIndex,
this.legendSymbol,
this.legendSymbolColor,
this.linecap,
this.minSize,
this.neckHeight,
this.neckWidth,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.relativeXValue,
this.reversed,
this.selected,
this.shadow,
this.showCheckbox,
this.showInLegend,
this.skipKeyboardNavigation,
this.slicedOffset,
this.sonification,
this.startAngle,
this.states,
this.stickyTracking,
this.thickness,
this.tooltip,
this.visible,
this.width,
this.zIndex,
this.zoomEnabled});