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





Description

Specify an X axis label.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_XAxisLabel();
public: __property void set_XAxisLabel(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_XAxisLabel(
BSTR * pRetVal
);
public: HRESULT put_XAxisLabel(
BSTR NewXAxisLabel
);

[Java]
public String getXAxisLabel();public void setXAxisLabel(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1