Hello everyone.
Number of significant digits in legends of results can be modified like this:
legend = Ansys.Mechanical.Graphics.Tools.CurrentLegendSettings()
legend.Digits = 2
However, when I try to do something similar with the legend in a Figure that is a children of a result, I get the following error:
Current legend settings is only supported for results and varying loads
Is there any way to modify the number of significant digits in legend of figures?
Thanks for your feedback.