HighchartsPaneOptions class
The pane serves as a container for axes and backgrounds for circular gauges and polar charts.
When used in Highcharts.setOptions for theming, the pane must be a single
object, otherwise arrays are supported.
- Inheritance
- 
    - Object
- HighchartsOptionsBase
- HighchartsPaneOptions
 
Constructors
- 
          HighchartsPaneOptions({List<HighchartsPaneBackgroundOptions> ? background, List? center, double? endAngle, dynamic innerSize, dynamic size, double? startAngle})
- The pane serves as a container for axes and backgrounds for circular gauges and polar charts.
Properties
- 
  background
  ↔ List<HighchartsPaneBackgroundOptions> ?
- 
  A background item or an array of such for the pane. When used in
Highcharts.setOptionsfor theming, the background must be a single item.getter/setter pair
- center ↔ List?
- 
  The center of a polar chart or angular gauge, given as an array
of x, ypositions. Positions can be given as integers that transform to pixels, or as percentages of the plot area size.getter/setter pair
- endAngle ↔ double?
- 
  The end angle of the polar X axis or gauge value axis, given in
degrees where 0 is north. Defaults to startAngle
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- innerSize ↔ dynamic
- 
  The inner size of the pane, either as a number defining pixels, or a
percentage defining a percentage of the pane's size.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- size ↔ dynamic
- 
  The size of the pane, either as a number defining pixels, or a
percentage defining a percentage of the available plot area (the
smallest of the plot height or plot width).
  getter/setter pair
- startAngle ↔ double?
- 
  The start angle of the polar X axis or gauge axis, given in degrees
where 0 is north. Defaults to 0.
  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