Gets or sets whether the axes' label is displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayLabel() As Boolean |
[C#] |
---|
public bool DisplayLabel {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplayLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayLabel( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayLabel( VARIANT_BOOL DisplayLabel ); |
[Java] |
---|
public bool getDisplayLabel(); public void setDisplayLabel( bool ); |