C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / Scale Property


In This Topic
Scale Property (FlexPie)
In This Topic
Syntax
'Declaration
 
Public Shadows Property Scale As Double
 
'Usage
 
Dim instance As FlexPie
Dim value As Double
 
instance.Scale = value
 
value = instance.Scale
See Also