ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase 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 FlexChartBase
    Dim value As ChartStyle
     
    instance.FooterStyle = value
     
    value = instance.FooterStyle
    public ChartStyle FooterStyle {get; set;}
    public:
    property ChartStyle^ FooterStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also