C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartTooltipLoadingEventArgs Class / Text Property


In This Topic
Text Property (ChartTooltipLoadingEventArgs)
In This Topic
Gets the text.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
 
'Usage
 
Dim instance As ChartTooltipLoadingEventArgs
Dim value As String
 
value = instance.Text
See Also