Interface: SymbolOptionsObject

Highcharts. SymbolOptionsObject

Additional options, depending on the actual symbol drawn.

Members

anchorX :number|undefined

The anchor X position for the callout symbol. This is where the chevron points to.

Type:
  • number | undefined

anchorY :number|undefined

The anchor Y position for the callout symbol. This is where the chevron points to.

Type:
  • number | undefined

end :number|undefined

The end angle of an arc symbol.

Type:
  • number | undefined

open :boolean|undefined

Whether to draw arc symbol open or closed.

Type:
  • boolean | undefined

r :number|undefined

The radius of an arc symbol, or the border radius for the callout symbol.

Type:
  • number | undefined

start :number|undefined

The start angle of an arc symbol.

Type:
  • number | undefined