How to change legend settings in Mechanical?

Pernelle Marone-Hitz
Member, Moderator, Employee Posts: 873
✭✭✭✭
in Structures
Best Answer
-
Below is a code example:
ExtAPI.Graphics.GlobalLegendSettings.ShowDateAndTime=False ExtAPI.Graphics.GlobalLegendSettings.ShowMinMax=False ExtAPI.Graphics.GlobalLegendSettings.LegendOrientation=LegendOrientationType.Horizontal
0