HighchartsPaneBackgroundOptions constructor
HighchartsPaneBackgroundOptions({})
A background item or an array of such for the pane. When used in Highcharts.setOptions
for theming, the background must be a single item.
API Docs: https://api.highcharts.com/highcharts/pane.background
Implementation
HighchartsPaneBackgroundOptions(
{this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.className,
this.innerRadius,
this.outerRadius,
this.shape});