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


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