Select whether to display the control's value range on the left or right side of the graph.
Read-write property
[Visual Basic .NET] |
---|
Public Property YAxis() As String |
[C#] |
---|
public string YAxis {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_YAxis(); |
[Unmanaged C++] |
---|
public: HRESULT get_YAxis( BSTR * pRetVal ); public: HRESULT put_YAxis( BSTR InVal ); |
[Java] |
---|
public String getYAxis(); public void setYAxis( String ); |