AGI STK VGT 11 Send comments on this topic.
LabelX Property (IAgCrdnAxesLabels)
See Also 





Description

Specify an X axis label.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_LabelX();
public: __property void set_LabelX(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_LabelX(
BSTR * pRetVal
);
public: HRESULT put_LabelX(
BSTR NewLabelX
);

[Java]
public String getLabelX();public void setLabelX(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1