HighchartsSeriesOnPointOptions class
Options for the Series on point feature. Only pie and sunburst series
are supported at this moment.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.onPoint
- Inheritance
- 
    - Object
- HighchartsOptionsBase
- HighchartsSeriesOnPointOptions
 
Constructors
- HighchartsSeriesOnPointOptions({HighchartsSeriesOnPointConnectorOptions? connectorOptions, String? id, HighchartsSeriesOnPointPositionOptions? position})
- 
          Options for the Series on point feature. Only pieandsunburstseries are supported at this moment.
Properties
- connectorOptions ↔ HighchartsSeriesOnPointConnectorOptions?
- 
  Options for the connector in the Series on point feature.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  The idof the point that we connect the series to. Only points with a givenplotXandplotYvalues and map points are valid.getter/setter pair
- position ↔ HighchartsSeriesOnPointPositionOptions?
- 
  Options allowing to set a position and an offset of the series in the
Series on point feature.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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