C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartTooltip Class / ChartTooltip Constructor


In This Topic
ChartTooltip Constructor
In This Topic
Create an instance of chart tooltip with specified context.
Syntax
'Declaration
 
Public Function New( _
   ByVal context As Android.Content.Context _
)
 
'Usage
 
Dim context As Android.Content.Context
 
Dim instance As New ChartTooltip(context)

Parameters

context
See Also