ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / Footer Property



In This Topic
    Footer Property
    In This Topic
    Gets or sets the chart footer text.
    Syntax
    'Declaration
     
    
    Public Property Footer As String
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As String
     
    instance.Footer = value
     
    value = instance.Footer
    public string Footer {get; set;}
    public:
    property String^ Footer {
       String^ get();
       void set (    String^ value);
    }
    See Also