Specify a Y axis label.
Read-write property
[Visual Basic .NET] |
---|
Public Property YAxisLabel() As String |
[C#] |
---|
public string YAxisLabel {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_YAxisLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_YAxisLabel( BSTR * pRetVal ); public: HRESULT put_YAxisLabel( BSTR YAxisLabel ); |
[Java] |
---|
public String getYAxisLabel(); public void setYAxisLabel( String ); |
[Python - STK API] |
---|
@property def YAxisLabel(self) -> str: @YAxisLabel.setter def YAxisLabel(self, YAxisLabel:str) -> None: |