Dataset2D#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.DataModel.Utilities.Dataset.Dataset2D(x_var: Ansys.Mechanical.DataModel.Utilities.Charts.ChartVariable, y_var: Ansys.Mechanical.DataModel.Utilities.Charts.ChartVariable)#

Bases: object

A class to reference the dataset object. A dataset object is regarded as pure mathematical data containing X and Y values.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

XAxisVals

Gets the X axis variable for the dataset.

YAxisVals

Gets the Y axis variable for the dataset.

Property detail#

property Dataset2D.XAxisVals: Ansys.Mechanical.DataModel.Utilities.Charts.ChartVariable | None#

Gets the X axis variable for the dataset.

property Dataset2D.YAxisVals: Ansys.Mechanical.DataModel.Utilities.Charts.ChartVariable | None#

Gets the Y axis variable for the dataset.

Method detail#

Dataset2D.Equals(obj: Any) bool#

Equals method.

Dataset2D.GetHashCode() int#

GetHashCode method.

Dataset2D.GetType() type#

GetType method.

Dataset2D.ToString() str#

ToString method.