FigureOfMeritGraphics2DDirection ================================ .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DDirection IntEnum .. py:currentmodule:: FigureOfMeritGraphics2DDirection Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~HORIZONTAL_MAXIMUM_TO_MINIMUM` - Levels are displayed horizontally, in descending order. * - :py:attr:`~HORIZONTAL_MINIMUM_TO_MAXIMUM` - Levels are displayed horizontally, in ascending order. * - :py:attr:`~VERTICAL_MAXIMUM_TO_MINIMUM` - Levels are displayed vertically, in descending order. * - :py:attr:`~VERTICAL_MINIMUM_TO_MAXIMUM` - Levels are displayed vertically, in ascending order. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DDirection