TickLabelItem
Contents
[
Hide
]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. |
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;