legend_font#
- property ResultPlotNode.legend_font: str#
Configure legend font family, typeface, and size.
Value formatted like ‘Sans Serif,10,-1,5,50,0,0,0,0,0’.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.analyze() >>> plot = rev.get_result_plot_node() >>> plot.show_legend = True >>> plot.legend_font = "Sans Serif,10,-1,5,50,0,0,0,0,0"