Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / FooterAlignment Property


In This Topic
    FooterAlignment Property
    In This Topic
    Gets or sets chart footer alignment.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("FooterAlignment")>
    <BrowsableAttribute(True)>
    Public Property FooterAlignment As UIKit.UITextAlignment
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As UIKit.UITextAlignment
     
    instance.FooterAlignment = value
     
    value = instance.FooterAlignment
    [Foundation.Export("FooterAlignment")]
    [Browsable(true)]
    public UIKit.UITextAlignment FooterAlignment {get; set;}
    See Also