GlobalLegendSettings#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Graphics.GlobalLegendSettings#

Bases: object

Defines global legend settings.

Overview#

Equals

Equals method.

GetDefaultBandColor

GetDefaultBandColor method.

GetHashCode

GetHashCode method.

GetType

GetType method.

Reset

Reset method.

SetDefaultBandColor

SetDefaultBandColor method.

ToString

ToString method.

LegendOrientation

Whether the orientation of the legend.

ShowDateAndTime

Whether the date and time of the legend is shown.

ShowDeformingScaling

Whether the Deformation Scaling is shown.

ShowMinMax

Whether the Min and Max value are shown.

Property detail#

property GlobalLegendSettings.LegendOrientation: Ansys.Mechanical.DataModel.Enums.LegendOrientationType | None#

Whether the orientation of the legend.

property GlobalLegendSettings.ShowDateAndTime: bool | None#

Whether the date and time of the legend is shown.

property GlobalLegendSettings.ShowDeformingScaling: bool | None#

Whether the Deformation Scaling is shown.

property GlobalLegendSettings.ShowMinMax: bool | None#

Whether the Min and Max value are shown.

Method detail#

GlobalLegendSettings.Equals(obj: Any) bool#

Equals method.

GlobalLegendSettings.GetDefaultBandColor(index: int) int#

GetDefaultBandColor method.

GlobalLegendSettings.GetHashCode() int#

GetHashCode method.

GlobalLegendSettings.GetType() type#

GetType method.

GlobalLegendSettings.Reset() None#

Reset method.

GlobalLegendSettings.SetDefaultBandColor(index: int, ColorValue: int) None#

SetDefaultBandColor method.

GlobalLegendSettings.ToString() str#

ToString method.