HighchartsPaneBackgroundOptions class

An array of background items for the pane.

API Docs: https://api.highcharts.com/highcharts/pane.background

Inheritance

Constructors

HighchartsPaneBackgroundOptions.new({String? backgroundColor, String? borderColor, dynamic borderRadius, double? borderWidth, String? className, dynamic innerRadius, dynamic outerRadius, String? shape})
An array of background items for the pane.

Properties

backgroundColor String?
The background color or gradient for the pane.
getter/setter pair
borderColor String?
The pane background border color.
getter/setter pair
borderRadius ↔ dynamic
The border radius of the pane background when the shape is arc. Can be a number (pixels) or a percentage string.
getter/setter pair
borderWidth double?
The pixel border width of the pane background.
getter/setter pair
className String?
The class name for this background.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
innerRadius ↔ dynamic
The inner radius of the pane background. Can be either numeric (pixels) or a percentage string.
getter/setter pair
outerRadius ↔ dynamic
The outer radius of the circular pane background. Can be either numeric (pixels) or a percentage string.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape String?
The shape of the pane background. When solid, the background is circular. When arc, the background extends only from the min to the max of the value axis.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited