STK Vector Geometry ToolSend 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 LabelX
);
[Java]
public String getLabelX();
public void setLabelX(
    String
);
[Python - STK API ]
@property
def LabelX(self) -> str:

@LabelX.setter
def LabelX(self, LabelX:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.