HighchartsDefsOptions class

Options for configuring markers for annotations.

An example of the arrow marker:

{
  arrow: {
    id: 'arrow',
    tagName: 'marker',
    refY: 5,
    refX: 5,
    markerWidth: 10,
    markerHeight: 10,
    children: [{
      tagName: 'path',
      attrs: {
        d: 'M 0 0 L 10 5 L 0 10 Z',
        'stroke-width': 0
      }
    }]
  }
}

API Docs: https://api.highcharts.com/highcharts/defs

Inheritance

Constructors

HighchartsDefsOptions.new({HighchartsDefsArrowOptions? arrow, HighchartsDefsReverseArrowOptions? reverseArrow})
Options for configuring markers for annotations.

Properties

arrow HighchartsDefsArrowOptions?
Highcharts Options Widget.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reverseArrow HighchartsDefsReverseArrowOptions?
Highcharts Options Widget.
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