Select the graph's X axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property IndependentVariable() As String |
[C#] |
---|
public string IndependentVariable {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_IndependentVariable(); |
[Unmanaged C++] |
---|
public: HRESULT get_IndependentVariable( BSTR * pRetVal ); public: HRESULT put_IndependentVariable( BSTR InVal ); |
[Java] |
---|
public String getIndependentVariable(); public void setIndependentVariable( String ); |