STK Vector Geometry ToolSend comments on this topic.
Labels Property (IAgCrdnAxes)
See Also
Windows





Windows & Linux

Description

Returns an object that allows modifying the axes labels.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Labels() As IAgCrdnAxesLabels
[C#]
public IAgCrdnAxesLabels Labels {get;}
[Managed C++]
public: __property IAgCrdnAxesLabels ^ get_Labels();
[Unmanaged C++]
public: HRESULT get_Labels(
    IAgCrdnAxesLabels ** ppRetVal
);
[Java]
public IAgCrdnAxesLabels getLabels();
[Python - STK API ]
@property
def Labels(self) -> "IAgCrdnAxesLabels":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.