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






Windows & Linux

Description

Specify a Y axis label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelY() As String
[C#]
public string LabelY {get; set;}
[Managed C++]
public: __property String __gc ^ get_LabelY();
public: __property void set_LabelY(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_LabelY(
   BSTR * pRetVal
);
public: HRESULT put_LabelY(
   BSTR NewLabelY
);
[Java]
public String getLabelY();public void setLabelY(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.