LabelInfo
#
- class ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Utilities.Charts.LabelInfo#
Bases:
object
Overview#
Property detail#
- property LabelInfo.X: Ansys.Core.Units.Quantity | None#
X property.
- property LabelInfo.XDisplay: Ansys.Core.Units.Quantity | None#
XDisplay property.
- property LabelInfo.Y: Ansys.Core.Units.Quantity | None#
Y property.
- property LabelInfo.YDisplay: Ansys.Core.Units.Quantity | None#
YDisplay property.
Method detail#
- LabelInfo.Move(x_display: Ansys.Core.Units.Quantity, y_display: Ansys.Core.Units.Quantity) None #
Moves the label to the position on the X axis and the Y axis. An InvalidOperationException will be thrown when moving a Label that does not exist.