ComponentOne FinancialChart for WPF
Footer Property



C1.WPF.Chart Namespace > FlexChartBase Class : Footer Property
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

Reference

FlexChartBase Class
FlexChartBase Members