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


In This Topic
Rect Property
In This Topic
Gets the label rect in control pixel coordinates.
Syntax
'Declaration
 
Public Property Rect As C1Rect
 
'Usage
 
Dim instance As AxisLabelLoadingEventArgs
Dim value As C1Rect
 
instance.Rect = value
 
value = instance.Rect
See Also