[]
Represents chart tooltip.
public class ChartTooltip : FrameLayout
| Name | Description |
|---|---|
| ChartTooltip(Context) | Create an instance of chart tooltip with specified context. |
| 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. |
| Text |
| Name | Description |
|---|---|
| OnLayout(bool, int, int, int, int) | Override the android view OnLayout methed to override the layout logic. |