FigureOfMeritGraphics2DLegend#

class ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend#

Contour legend properties.

Overview#

color_options

Color options for contour legend.

text_options

Text options for contour legend.

range_color_options

Range color options for contour legend.

graphics_2d_window

Get the 2D graphics window on which the legend is to display.

graphics_3d_window

Get the 3D graphics window on which the legend is to display.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DLegend

Property detail#

property FigureOfMeritGraphics2DLegend.color_options: FigureOfMeritGraphics2DColorOptions#

Color options for contour legend.

property FigureOfMeritGraphics2DLegend.text_options: FigureOfMeritGraphics2DTextOptions#

Text options for contour legend.

property FigureOfMeritGraphics2DLegend.range_color_options: FigureOfMeritGraphics2DRangeColorOptions#

Range color options for contour legend.

property FigureOfMeritGraphics2DLegend.graphics_2d_window: FigureOfMeritGraphics2DLegendWindow#

Get the 2D graphics window on which the legend is to display.

property FigureOfMeritGraphics2DLegend.graphics_3d_window: FigureOfMeritGraphics3DLegendWindow#

Get the 3D graphics window on which the legend is to display.