DataPoint Properties
An individual data point in the series.| Name | Description |
|---|---|
| Argument | Gets the point’s argument. |
| ArgumentScaleType | Specifies the scale type of a data point’s argument. |
| DateTimeArgument | Gets the point’s argument value of a date-time type. |
| DateTimeValue | Gets the point’s value of a date-time type. |
| NumericalArgument | Gets the point’s argument value of a numerical type. |
| NumericalValue | A numerical value of a data point. |
| QualitativeArgument | A qualitative argument of a data point. |
| Value | Gets or sets the point’s data value. |
| ValueScaleType | Specifies the scale type of a data point value. |
See Also