STK Vector Geometry ToolSend comments on this topic.
XAxisLabel Property (IAgCrdnPlaneLabels)
See Also
Windows





Windows & Linux

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 XAxisLabel
);
[Java]
public String getXAxisLabel();
public void setXAxisLabel(
    String
);
[Python - STK API ]
@property
def XAxisLabel(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.