show_legend#

property ResultPlotNode.show_legend: bool#

Toggle (on/off) display of plot legend.

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.analyze()
>>> plot = rev.get_result_plot_node()
>>> plot.show_legend = True