Skip to main content

PointData Properties

A series point that has one value per argument.
Name Description
Argument Specifies the series point’s argument. Inherited from PointDataBase.
ArgumentScaleType Returns the scale type of the data point’s argument. Inherited from PointDataBase.
DateTimeArgument Returns the point’s argument as a DateTime object. Inherited from PointDataBase.
DateTimeValue Returns the point value as a DateTime object.
NumericalArgument Returns the point’s numeric argument. Inherited from PointDataBase.
NumericalValue Returns the point’s numeric value.
QualitativeArgument Returns the point’s qualitative argument. Inherited from PointDataBase.
Value Specifies the series point’s value.
ValueScaleType Returns the scale type of the data point’s values. Inherited from PointDataBase.
See Also