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


In This Topic
    FooterStyle Property
    In This Topic
    Gets or sets chart footer style.
    Syntax
    'Declaration
     
    
    Public Property FooterStyle As ChartStyle
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As ChartStyle
     
    instance.FooterStyle = value
     
    value = instance.FooterStyle
    public ChartStyle FooterStyle {get; set;}
    See Also