HighchartsYAxisStackLabelsOptions constructor
      
      HighchartsYAxisStackLabelsOptions({ 
    
- String? align,
- bool? allowOverlap,
- HighchartsYAxisStackLabelsAnimationOptions? animation,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- bool? crop,
- bool? enabled,
- String? format,
- HighchartsCallback? formatter,
- String? overflow,
- double? rotation,
- HighchartsYAxisStackLabelsStyleOptions? style,
- String? textAlign,
- bool? useHTML,
- String? verticalAlign,
- double? x,
- double? y,
The stack labels show the total value for each bar in a stacked column or bar chart. The label will be placed on top of positive columns and below negative columns. In case of an inverted column chart or a bar chart the label is placed to the right of positive bars and to the left of negative bars.
API Docs: https://api.highcharts.com/highcharts/yAxis.stackLabels
Implementation
HighchartsYAxisStackLabelsOptions(
    {this.align,
    this.allowOverlap,
    this.animation,
    this.backgroundColor,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.crop,
    this.enabled,
    this.format,
    this.formatter,
    this.overflow,
    this.rotation,
    this.style,
    this.textAlign,
    this.useHTML,
    this.verticalAlign,
    this.x,
    this.y});