TickLabelItem
TickLabelItem class
Represents a tick label in the chart.
class TickLabelItem;
Properties
Property | Type | Description |
---|---|---|
x | number | Readonly. X coordinates of Ticklabel item in ratio of chart width. |
y | number | Readonly. Y coordinates of Ticklabel item in ratio of chart height. |
width | number | Readonly. Width of Ticklabel item in ratio of chart width. |
height | number | Readonly. Height of Ticklabel item in ratio of chart height. |
Methods
Method | Description |
---|---|
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;