DataPoint Members
An individual data point in the series.Constructors
| Name | Description |
|---|---|
| DataPoint() | Initializes a new instance of the DataPoint class with default settings. |
| DataPoint(DateTime, DateTime) | Initializes a new instance of the DataPoint class with the specified date-time argument and value. |
| DataPoint(DateTime, Double) | Initializes a new instance of the DataPoint class with the specified date-time argument and numerical value. |
| DataPoint(DateTime) | Initializes a new instance of the DataPoint class with the specified date-time argument. |
| DataPoint(Double, DateTime) | Initializes a new instance of the DataPoint class with the specified numerical argument and date-time value. |
| DataPoint(Double, Double) | Initializes a new instance of the DataPoint class with the specified numerical argument and value. |
| DataPoint(Double) | Initializes a new instance of the DataPoint class with the specified numerical argument. |
| DataPoint(String, DateTime) | Initializes a new instance of the DataPoint class with the specified qualitative argument and date-time value. |
| DataPoint(String, Double) | Initializes a new instance of the DataPoint class with the specified qualitative argument and numerical value. |
| DataPoint(String) | Initializes a new instance of the DataPoint class with the specified qualitative argument. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when any of the DataPoint class properties has changed its value. |
See Also