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





Windows & Linux

Description

Specify a Y axis label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YAxisLabel() As String
[C#]
public string YAxisLabel {get; set;}
[Managed C++]
public: __property String __gc ^ get_YAxisLabel();
public: __property void set_YAxisLabel( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_YAxisLabel(
    BSTR * pRetVal
);
public: HRESULT put_YAxisLabel(
    BSTR YAxisLabel
);
[Java]
public String getYAxisLabel();
public void setYAxisLabel(
    String
);
[Python - STK API ]
@property
def YAxisLabel(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.