Description
Set the text to appear at the top of the legend.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Title() As String
|
[C#] |
---|
public string Title {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_Title(); public: __property void set_Title(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Title(
BSTR * pVal
);
public: HRESULT put_Title(
BSTR pVal
);
|
[Java] |
---|
public String getTitle();
public void setTitle(
String
);
|
[Python - STK API] |
---|
@property
def Title(self) -> str:
@Title.setter
def Title(self, pVal:str) -> None:
|
See Also