AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_Notation(
AgEVmLegendNumericNotation NewNotation
);

[Java]
public AgEVmLegendNumericNotation getNotation();public void setNotation(
AgEVmLegendNumericNotation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface