LabelInfo#

class ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Utilities.Charts.LabelInfo#

Bases: object

Overview#

Move

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.

IsVisible

IsVisible property.

Text

Text property.

X

X property.

XDisplay

XDisplay property.

Y

Y property.

YDisplay

YDisplay property.

Property detail#

property LabelInfo.IsVisible: bool | None#

IsVisible property.

property LabelInfo.Text: str | None#

Text property.

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.