ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotChart Class / Header Property






In This Topic
    Header Property (PivotChart)
    In This Topic
    Gets or sets the text displayed in the chart header.
    Syntax
    'Declaration
     
    
    Public Property Header As System.String
    'Usage
     
    
    Dim instance As PivotChart
    Dim value As System.String
     
    instance.Header = value
     
    value = instance.Header
    public System.string Header {get; set;}
    public read-write property Header: System.String; 
    public function get,set Header : System.String
    public: __property System.string* get_Header();
    public: __property void set_Header( 
       System.string* value
    );
    public:
    property System.String^ Header {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also