FigureOfMeritGraphics2DTextOptions ================================== .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions Text display options for contour legend. .. py:currentmodule:: FigureOfMeritGraphics2DTextOptions Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions.title` - Legend title. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions.number_of_decimal_digits` - Number of decimal digits to use in range values in legend. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions.floating_point_format` - Text format for floating point numbers. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DTextOptions Property detail --------------- .. py:property:: title :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions.title :type: str Legend title. .. py:property:: number_of_decimal_digits :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions.number_of_decimal_digits :type: int Number of decimal digits to use in range values in legend. .. py:property:: floating_point_format :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions.floating_point_format :type: FigureOfMeritGraphics2DFloatingPointFormat Text format for floating point numbers.