[]
Represents chart tooltip.
public class ChartTooltip : UILabel
| Name | Description |
|---|---|
| ChartTooltip() | Create an instance of chart tooltip. |
| Name | Description |
|---|---|
| Content | Gets or sets the content of the chart tooltip. |
| IsOpen | Gets or sets whether to display the chart tooltip. |
| Padding | Gets or sets the padding of the chart tooltip. |
| Point | Gets or sets the display point of chart tooltip. |
| Name | Description |
|---|---|
| DrawText(CGRect) | Draw the text of the tooltip. |
| SetPadding(int, int, int, int) | Set the padding of the tooltip. |