Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / C1LineMarker Class / VerticalLineStyle Property


In This Topic
    VerticalLineStyle Property
    In This Topic
    Gets or set the Style of vertical line.
    Syntax
    'Declaration
     
    
    Public Property VerticalLineStyle As ChartStyle
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As ChartStyle
     
    instance.VerticalLineStyle = value
     
    value = instance.VerticalLineStyle
    public ChartStyle VerticalLineStyle {get; set;}
    See Also