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



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