TickLabelItem Class
TickLabelItem class
Represents a tick label in the chart.
type TickLabelItem struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| 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. |