AGI STK Objects 11 Send comments on this topic.
Notation Property (IAgVmVOLegend)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1