Dataset2D#

class ansys.mechanical.stubs.v252.Ansys.Mechanical.DataModel.Utilities.Dataset.Dataset2D#

Bases: object

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

Overview#

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.