Contour legend.
Read-only property
[Visual Basic .NET] |
---|
Public Property Legend() As IAgFmGfxLegend |
[C#] |
---|
public IAgFmGfxLegend Legend {get;} |
[Managed C++] |
---|
public: __property IAgFmGfxLegend ^ get_Legend(); |
[Unmanaged C++] |
---|
public: HRESULT get_Legend( IAgFmGfxLegend ** ppVal ); |
[Java] |
---|
public IAgFmGfxLegend getLegend(); |
[Python - STK API ] |
---|
@property def Legend(self) -> "IAgFmGfxLegend": |