ChartXAxis#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ChartXAxis#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

ComponentIndex

Gets or sets the component index for the chart.

ObjectSelection

Gets or sets the object being used to control the X Axis. Setting to None returns to common independent variable.

Property detail#

property ChartXAxis.ComponentIndex: int | None#

Gets or sets the component index for the chart.

property ChartXAxis.ObjectSelection: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

Gets or sets the object being used to control the X Axis. Setting to None returns to common independent variable.

Method detail#

ChartXAxis.Equals(obj: Any) bool#

Equals method.

ChartXAxis.GetHashCode() int#

GetHashCode method.

ChartXAxis.GetType() type#

GetType method.

ChartXAxis.ToString() str#

ToString method.