Set the text to appear at the top of the legend.
Read-write property
[Visual Basic .NET] |
---|
Public Property Title() As String |
[C#] |
---|
public string Title {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Title(); |
[Unmanaged C++] |
---|
public: HRESULT get_Title( BSTR * pVal ); public: HRESULT put_Title( BSTR pVal ); |
[Java] |
---|
public String getTitle(); public void setTitle( String ); |