Class: Dataset2D

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

Constructors

Name Description
Dataset2D(ChartVariable, ChartVariable) Constructs a Dataset2D using ChartVariable for its x and y values.

Properties

Name Description
XAxisVals Gets the X axis variable for the dataset.
YAxisVals Gets the Y axis variable for the dataset.