AGI STK VGT 11 Send comments on this topic.
YAxisLabel Property (IAgCrdnPlaneLabels)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1