[]
        
(Showing Draft Content)

C1.Android.Chart.ChartTooltip

ChartTooltip Class

Represents chart tooltip.

Inheritance
ChartTooltip
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public class ChartTooltip : FrameLayout

Constructors

Name Description
ChartTooltip(Context)

Create an instance of chart tooltip with specified context.

Properties

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

Methods

Name Description
OnLayout(bool, int, int, int, int)

Override the android view OnLayout methed to override the layout logic.