Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis Class / Scale Property


In This Topic
    Scale Property (ChartAxis)
    In This Topic
    Gets or sets the axis scale.
    Syntax
    'Declaration
     
    
    Public Property Scale As Double
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As Double
     
    instance.Scale = value
     
    value = instance.Scale
    public double Scale {get; set;}
    See Also