FigureOfMeritGraphics2DTextOptions#

class ansys.stk.core.stkobjects.FigureOfMeritGraphics2DTextOptions#

Text display options for contour legend.

Overview#

title

Legend title.

number_of_decimal_digits

Number of decimal digits to use in range values in legend.

floating_point_format

Text format for floating point numbers.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DTextOptions

Property detail#

property FigureOfMeritGraphics2DTextOptions.title: str#

Legend title.

property FigureOfMeritGraphics2DTextOptions.number_of_decimal_digits: int#

Number of decimal digits to use in range values in legend.

property FigureOfMeritGraphics2DTextOptions.floating_point_format: FigureOfMeritGraphics2DFloatingPointFormat#

Text format for floating point numbers.