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


In This Topic
    AxisLine Property
    In This Topic
    Gets or sets a value indicating whether to draw axis line.
    Syntax
    'Declaration
     
    
    Public Property AxisLine As Boolean
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As Boolean
     
    instance.AxisLine = value
     
    value = instance.AxisLine
    public bool AxisLine {get; set;}
    See Also