LabelInfo#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Utilities.Charts.LabelInfo#
Bases:
object
Overview#
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. |
DefaultText property. |
|
FormattedLabelText property. |
|
IsVisible property. |
|
Text property. |
|
X property. |
|
XDisplay property. |
|
Y property. |
|
YDisplay property. |
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.