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


In This Topic
Value Property (AxisLabelLoadingEventArgs)
In This Topic
Gets or sets the original label value.
Syntax
'Declaration
 
Public Property Value As Double
 
'Usage
 
Dim instance As AxisLabelLoadingEventArgs
Dim value As Double
 
instance.Value = value
 
value = instance.Value
See Also