Returns an object that allows modifying the axes labels.
Read-only property
[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": |