HighchartsColumnPyramidSeriesOptions constructor
HighchartsColumnPyramidSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- double? animationLimit,
- String? borderColor,
- double? borderWidth,
- bool? centerInCategory,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- bool? colorByPoint,
- double? colorIndex,
- String? colorKey,
- List? colors,
- String? compare,
- double? compareBase,
- bool? compareStart,
- double? cropThreshold,
- bool? cumulative,
- bool? cumulativeStart,
- String? cursor,
- Map<
String, dynamic> ? custom, - HighchartsColumnPyramidSeriesDataGroupingOptions? dataGrouping,
- HighchartsColumnPyramidSeriesDataLabelsOptions? dataLabels,
- HighchartsSeriesDataSortingOptions? dataSorting,
- String? description,
- HighchartsColumnPyramidSeriesDragDropOptions? dragDrop,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? findNearestPointBy,
- bool? getExtremesFromAll,
- double? groupPadding,
- bool? grouping,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- HighchartsSeriesLastPriceOptions? lastPrice,
- HighchartsSeriesLastVisiblePriceOptions? lastVisiblePrice,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- String? linkedTo,
- double? maxPointWidth,
- double? minPointLength,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- double? pointPadding,
- dynamic pointPlacement,
- double? pointRange,
- dynamic pointStart,
- double? pointWidth,
- bool? relativeXValue,
- bool? selected,
- Map<
String, dynamic> ? shadow, - bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- dynamic stack,
- String? stacking,
- HighchartsColumnPyramidSeriesStatesOptions? states,
- bool? stickyTracking,
- HighchartsColumnPyramidSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- bool? zoomEnabled,
A columnpyramid
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.columnpyramid
Implementation
HighchartsColumnPyramidSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.animationLimit,
this.borderColor,
this.borderWidth,
this.centerInCategory,
this.className,
this.clip,
this.color,
this.colorAxis,
this.colorByPoint,
this.colorIndex,
this.colorKey,
this.colors,
this.compare,
this.compareBase,
this.compareStart,
this.cropThreshold,
this.cumulative,
this.cumulativeStart,
this.cursor,
this.custom,
this.dataGrouping,
this.dataLabels,
this.dataSorting,
this.description,
this.dragDrop,
this.enableMouseTracking,
this.events,
this.findNearestPointBy,
this.getExtremesFromAll,
this.groupPadding,
this.grouping,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.label,
this.lastPrice,
this.lastVisiblePrice,
this.legendIndex,
this.legendSymbol,
this.legendSymbolColor,
this.linkedTo,
this.maxPointWidth,
this.minPointLength,
this.navigatorOptions,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.pointInterval,
this.pointIntervalUnit,
this.pointPadding,
this.pointPlacement,
this.pointRange,
this.pointStart,
this.pointWidth,
this.relativeXValue,
this.selected,
this.shadow,
this.showCheckbox,
this.showInLegend,
this.showInNavigator,
this.skipKeyboardNavigation,
this.sonification,
this.stack,
this.stacking,
this.states,
this.stickyTracking,
this.tooltip,
this.turboThreshold,
this.visible,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoomEnabled});