title_font#
- property ResultPlotNode.title_font: str#
Configure title 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.title_font = "Sans Serif,14,-1,5,75,0,0,0,0,0"