Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • _GaugeArrow
    • GaugeArrow

Index

Constructors

constructor

  • Returns GaugeArrow

Properties

alpha

alpha: number

Opacity of an arrow.

default

1

axis

axis: default

Axis of the arrow. You can use reference to the axis or id of the axis. If you don't set any axis, the first axis of a chart will be used.

default

GaugeAxis

borderAlpha

borderAlpha: number

Opacity of arrow border.

default

1

clockWiseOnly

clockWiseOnly: boolean

In case you need the arrow to rotate only clock-wise, set this property to true.

default

false

color

color: string

Color of an arrow.

default

#000000

id

id: string

Unique id of an arrow.

innerRadius

innerRadius: any

Inner radius of an arrow.

default

0

nailAlpha

nailAlpha: number

Opacity of a nail, holding the arrow.

default

1

nailBorderAlpha

nailBorderAlpha: number

Opacity of nail border.

default

0

nailBorderThickness

nailBorderThickness: number

Thickness of nail border.

default

1

nailRadius

nailRadius: number

Radius of a nail, holding the arrow.

default

8

radius

radius: any

Radius of an arrow.

default

'90%'

startWidth

startWidth: number

Width of arrow root.

default

8

value

value: number

Value to which the arrow should point at.

Methods

setValue

  • setValue(value: number): void
  • Sets value for the arrow. Arrow will animate to this value if you do it after chart is written to it's container.

    Parameters

    • value: number

    Returns void

Generated using TypeDoc