Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / DataLabelLoadingEventArgs Class / VerticalAlign Property


In This Topic
    VerticalAlign Property
    In This Topic
    Gets or sets the data labels' vertical alignment.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalAlign As Integer
    'Usage
     
    
    Dim instance As DataLabelLoadingEventArgs
    Dim value As Integer
     
    value = instance.VerticalAlign
    public int VerticalAlign {get;}
    See Also