TickLabelItem

TickLabelItem class

Represents a tick label in the chart.

class TickLabelItem;

Properties

PropertyTypeDescription
xnumberReadonly. X coordinates of Ticklabel item in ratio of chart width.
ynumberReadonly. Y coordinates of Ticklabel item in ratio of chart height.
widthnumberReadonly. Width of Ticklabel item in ratio of chart width.
heightnumberReadonly. Height of Ticklabel item in ratio of chart height.

Methods

MethodDescription
getX()@deprecated. Please use the ‘x’ property instead. X coordinates of Ticklabel item in ratio of chart width.
getY()@deprecated. Please use the ‘y’ property instead. Y coordinates of Ticklabel item in ratio of chart height.
getWidth()@deprecated. Please use the ‘width’ property instead. Width of Ticklabel item in ratio of chart width.
getHeight()@deprecated. Please use the ‘height’ property instead. Height of Ticklabel item in ratio of chart height.
isNull()Checks whether the implementation object is null.

x

Readonly. X coordinates of Ticklabel item in ratio of chart width.

x : number;

y

Readonly. Y coordinates of Ticklabel item in ratio of chart height.

y : number;

width

Readonly. Width of Ticklabel item in ratio of chart width.

width : number;

height

Readonly. Height of Ticklabel item in ratio of chart height.

height : number;

getX()

@deprecated. Please use the ‘x’ property instead. X coordinates of Ticklabel item in ratio of chart width.

getX() : number;

getY()

@deprecated. Please use the ‘y’ property instead. Y coordinates of Ticklabel item in ratio of chart height.

getY() : number;

getWidth()

@deprecated. Please use the ‘width’ property instead. Width of Ticklabel item in ratio of chart width.

getWidth() : number;

getHeight()

@deprecated. Please use the ‘height’ property instead. Height of Ticklabel item in ratio of chart height.

getHeight() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;