FigureOfMeritGraphics2DLegendWindow =================================== .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegendWindow Properties of contour legend on 2D map. .. py:currentmodule:: FigureOfMeritGraphics2DLegendWindow Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegendWindow.show_on_map` - Opt whether to display the legend on the 2D map. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegendWindow.position_on_map` - Get the position of the contour legend on the 2D map in pixel coordinates. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DLegendWindow Property detail --------------- .. py:property:: show_on_map :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegendWindow.show_on_map :type: bool Opt whether to display the legend on the 2D map. .. py:property:: position_on_map :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegendWindow.position_on_map :type: FigureOfMeritGraphics2DPositionOnMap Get the position of the contour legend on the 2D map in pixel coordinates.