FigureOfMeritGraphics2DLegend ============================= .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend Contour legend properties. .. py:currentmodule:: FigureOfMeritGraphics2DLegend Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.color_options` - Color options for contour legend. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.text_options` - Text options for contour legend. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.range_color_options` - Range color options for contour legend. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.graphics_2d_window` - Get the 2D graphics window on which the legend is to display. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.graphics_3d_window` - Get the 3D graphics window on which the legend is to display. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DLegend Property detail --------------- .. py:property:: color_options :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.color_options :type: FigureOfMeritGraphics2DColorOptions Color options for contour legend. .. py:property:: text_options :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.text_options :type: FigureOfMeritGraphics2DTextOptions Text options for contour legend. .. py:property:: range_color_options :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.range_color_options :type: FigureOfMeritGraphics2DRangeColorOptions Range color options for contour legend. .. py:property:: graphics_2d_window :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.graphics_2d_window :type: FigureOfMeritGraphics2DLegendWindow Get the 2D graphics window on which the legend is to display. .. py:property:: graphics_3d_window :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend.graphics_3d_window :type: FigureOfMeritGraphics3DLegendWindow Get the 3D graphics window on which the legend is to display.