Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexPie Class / Scale Property


In This Topic
    Scale Property (FlexPie)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Scale As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.Scale = value
     
    value = instance.Scale
    public double Scale {get; set;}
    See Also