FigureOfMeritGraphics2DPositionOnMap ==================================== .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DPositionOnMap Coordinates of contour legend in pixels on 2D map. .. py:currentmodule:: FigureOfMeritGraphics2DPositionOnMap Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DPositionOnMap.x` - Get or set the X coordinate of the contour legend on the 2D map. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DPositionOnMap.y` - Get or set the Y coordinate of the contour legend on the 2D map. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DPositionOnMap Property detail --------------- .. py:property:: x :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DPositionOnMap.x :type: int Get or set the X coordinate of the contour legend on the 2D map. .. py:property:: y :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DPositionOnMap.y :type: int Get or set the Y coordinate of the contour legend on the 2D map.