Set the legend numeric notation. A member of the AgEVmLegendNumericNotation enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property Notation() As AgEVmLegendNumericNotation |
[C#] |
---|
public AgEVmLegendNumericNotation Notation {get; set;} |
[Managed C++] |
---|
public: __property AgEVmLegendNumericNotation get_Notation(); |
[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: |