AGI STK Astrogator 11 Send comments on this topic.
YAxis Property (IAgVATargeterGraphActiveControl)
See Also 
Windows






Windows & Linux

Description

Select whether to display the control's value range on the left or right side of the graph.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YAxis() As String

[C#]
public string YAxis {get; set;}

[Managed C++]
public: __property String __gc ^ get_YAxis();
public: __property void set_YAxis(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_YAxis(
BSTR * pRetVal
);
public: HRESULT put_YAxis(
BSTR NewYAxis
);

[Java]
public String getYAxis();public void setYAxis(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface