IAxisLabel

Type interface

Inheritance

IAxisLabel extends Label.

IAxisLabel is not extended by any other symbol.

Properties

adapters
#

Type Adapters

Default new Adapters(this)

Inherited from Entity

children
#

Type Children

Default new Children(this)

Inherited from Container

List of Container's child elements.

className
#

Static

Type string

Default "Label"

Inherited from Label

classNames
#

Static

Type Array

Default "IAxisLabel", "Label", "Container", "Sprite", "Entity"

Inherited from Label

dataItem
#

Type DataItem | undefined

Inherited from Sprite

A DataItem used for this element.

NOTE: data item is being assigned automatically in most cases where it matters. Use this accessor to set data item only if you know what you're doing.

events
#

Type SpriteEventDispatcher

Inherited from Sprite

inside
#

Type boolean | undefined

Default false

If set to true the label will be shown inside plot area.

location
#

Type undefined | number

Relative location of the label within the cell.

0 - beginning, 0.5 - middle, 1 - end.

Click here for more info

maxPosition
#

Type undefined | number

Default 0

The maximum relative position within visible axis scope the label can appear on.

E.g. 0.9 will mean that label will not be shown if it's closer to the end of the axis than 10%.

minPosition
#

Type undefined | number

Default 0

The minimum relative position within visible axis scope the label can appear on.

E.g. 0.1 will mean that label will not be shown if it's closer to the beginning of the axis than 10%.

multiLocation
#

Type undefined | number

Relative location of the label within the cell when it spans multiple intervals.

0 - beginning, 0.5 - middle, 1 - end.

Click here for more info

parent
#

Type Container | undefined

Inherited from Sprite

Parent Container of this element.

root
#

Type Root

Inherited from Entity

An instance of Root object.

@readonly
@since 5.0.6

states
#

Type States

Default new States(this)

Inherited from Entity

template
#

Type Template | undefined

Inherited from Entity

@todo needs description

uid
#

Type number

Default ++counter

Inherited from Settings

Unique ID.

There are 11 inherited items currently hidden from this list.