HighchartsYAxisStackShadowOptions constructor

HighchartsYAxisStackShadowOptions({
  1. String? borderColor,
  2. double? borderWidth,
  3. String? color,
  4. bool? enabled,
})

Relevant only for pictorial series. The stackShadow forms the background of stacked points. Requires series.stacking to be defined.

API Docs: https://api.highcharts.com/highcharts/yAxis.stackShadow

Implementation

HighchartsYAxisStackShadowOptions(
    {this.borderColor, this.borderWidth, this.color, this.enabled});