C1.Android.Chart Assembly / C1.Android.Chart Namespace / AxisLabelLoadingEventArgs Class / LabelString Property


In This Topic
LabelString Property
In This Topic
Gets or sets the label string.
Syntax
'Declaration
 
Public ReadOnly Property LabelString As String
 
'Usage
 
Dim instance As AxisLabelLoadingEventArgs
Dim value As String
 
value = instance.LabelString
See Also