JavaScript/jQuery Chart - Label
import { baseLabelObject } from "devextreme/viz/chart"
Type:
To use members described in this section, you need to obtain the point label. To do this, use the getLabel() method of a Point object.
Methods
Name | Description |
---|---|
getBoundingRect() |
Gets the parameters of the label's minimum bounding rectangle (MBR). |
hide() |
Hides the point label. |
hide(holdInvisible) |
Hides the point label and keeps it invisible until the show() method is called. |
isVisible() |
Checks whether the point label is visible. |
shift(x, y) |
Moves label to the specified location. |
show() |
Shows the point label. |
show(holdVisible) |
Shows the point label and keeps it visible until the hide() method is called. |
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.