Get the 2D graphics window on which the
legend is to display.
Read-only property
[Visual Basic .NET] |
---|
Public Property GfxWindow() As IAgFmGfxLegendWindow
|
[C#] |
---|
public IAgFmGfxLegendWindow GfxWindow {get;}
|
[Managed C++] |
---|
public: __property IAgFmGfxLegendWindow^ get_GfxWindow();
|
[Unmanaged C++] |
---|
public: HRESULT get_GfxWindow(
|
[Java] |
---|
public IAgFmGfxLegendWindow getGfxWindow();
|