TickLabelItem

TickLabelItem class

Represents a tick label in the chart.

class TickLabelItem;

Methods

MethodDescription
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.

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;