STK ObjectsSend comments on this topic.
Notation Property (IAgVmVOLegend)
See Also
Windows





Windows & Linux

Description

Set the legend numeric notation. A member of the AgEVmLegendNumericNotation enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Notation() As AgEVmLegendNumericNotation
[C#]
public AgEVmLegendNumericNotation Notation {get; set;}
[Managed C++]
public: __property AgEVmLegendNumericNotation get_Notation();
public: __property void set_Notation( AgEVmLegendNumericNotation );
[Unmanaged C++]
public: HRESULT get_Notation(
    AgEVmLegendNumericNotation * pVal
);
public: HRESULT put_Notation(
    AgEVmLegendNumericNotation pVal
);
[Java]
public AgEVmLegendNumericNotation getNotation();
public void setNotation(
    AgEVmLegendNumericNotation
);
[Python - STK API ]
@property
def Notation(self) -> "AgEVmLegendNumericNotation":

@Notation.setter
def Notation(self, pVal:"AgEVmLegendNumericNotation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.