ChartVariable#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Utilities.Charts.ChartVariable(vals: Iterable[Any], quantity_name: str, unit: str)#

Bases: object

Chart Variable enables user to create a list of values that can be used to construct a dataset object.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Count

Count property.

Item

Item property.

QuantityName

QuantityName property.

Unit

Unit property.

Property detail#

property ChartVariable.Count: int | None#

Count property.

property ChartVariable.Item: float | None#

Item property.

property ChartVariable.QuantityName: str | None#

QuantityName property.

property ChartVariable.Unit: str | None#

Unit property.

Method detail#

ChartVariable.Equals(obj: Any) bool#

Equals method.

ChartVariable.GetHashCode() int#

GetHashCode method.

ChartVariable.GetType() type#

GetType method.

ChartVariable.ToString() str#

ToString method.