hide_legend#
- NearField.hide_legend(solution_name: bool = True, trace_name: bool = True, variation_key: bool = True, font_size: int = 1) bool#
Hide the Legend.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.hide_legend()