Specify an X axis label.
Read-write property
[Visual Basic .NET] |
---|
Public Property XAxisLabel() As String |
[C#] |
---|
public string XAxisLabel {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_XAxisLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_XAxisLabel( BSTR * pRetVal ); public: HRESULT put_XAxisLabel( BSTR XAxisLabel ); |
[Java] |
---|
public String getXAxisLabel(); public void setXAxisLabel( String ); |