Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartAxis Class / Max Property


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