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.

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;