Class: Tick

Highcharts. Tick

new Tick()

The Tick class.

Members

axis :Highcharts.Axis

The related axis of the tick.

Type:

gridLine :Highcharts.SVGElement|undefined

The rendered grid line of the tick.

Type:

<readonly> isFirst :boolean|undefined

True if the tick is the first one on the axis.

Type:
  • boolean | undefined

<readonly> isLast :boolean|undefined

True if the tick is the last one on the axis.

Type:
  • boolean | undefined

mark :Highcharts.SVGElement|undefined

The rendered mark of the tick.

Type:

pos :number

The logical position of the tick on the axis in terms of axis values.

Type:
  • number

tickmarkOffset :number|undefined

The mark offset of the tick on the axis. Usually undefined, numeric for grid axes.

Type:
  • number | undefined

type :string

The tick type, which can be "minor", or an empty string.

Type:
  • string