TickLabelItem
Contents
[
Hide
]TickLabelItem class
Represents a tick label in the chart.
class TickLabelItem;
Methods
Method | Description |
---|---|
getX() | X coordinates of Ticklabel item in ratio of chart width. |
getY() | Y coordinates of Ticklabel item in ratio of chart height. |
getWidth() | Width of Ticklabel item in ratio of chart width. |
getHeight() | Height of Ticklabel item in ratio of chart height. |
isNull() | Checks whether the implementation object is null. |
getX()
X coordinates of Ticklabel item in ratio of chart width.
getX() : number;
getY()
Y coordinates of Ticklabel item in ratio of chart height.
getY() : number;
getWidth()
Width of Ticklabel item in ratio of chart width.
getWidth() : number;
getHeight()
Height of Ticklabel item in ratio of chart height.
getHeight() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;