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


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