Description
Specify a Y axis label.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property YAxisLabel() As String
|
[C#] |
public string YAxisLabel {get; set;}
|
[Managed C++] |
public: __property String __gc ^ get_YAxisLabel();
public: __property void set_YAxisLabel(
String __gc ^
);
|
[Unmanaged C++] |
public: HRESULT get_YAxisLabel(
BSTR * pRetVal
);
public: HRESULT put_YAxisLabel(
BSTR NewYAxisLabel
);
|
[Java] |
public String getYAxisLabel();public void setYAxisLabel(
String
);
|
See Also