FigureOfMeritGraphics2DLegend#
- class ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLegend#
Contour legend properties.
Overview#
Color options for contour legend. |
|
Text options for contour legend. |
|
Range color options for contour legend. |
|
Get the 2D graphics window on which the legend is to display. |
|
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.