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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.