SeriesPoint Properties
Represents an individual series point.
Name | Description |
---|---|
Annotations | Provides access to the annotations collection of the series point. |
Argument | Gets the point’s argument value. |
Argument |
Gets or sets the string value used to support serialization of the Series |
Color | Gets or sets the color used to draw this point. |
Color |
Gets or sets the string value used to support serialization of the Series |
Date |
Gets the point’s argument value of the date-time type. |
Date |
Gets or sets the point’s data value |
Is |
Gets or sets whether the current point is empty. |
Item[Int32] | Provides indexed access to individual values at this series point. |
Length | Gets the length of an array which contains the series point’s values. |
Numerical |
Gets the point’s argument value of the numerical type. |
Relations | Provides access to the collection of relations for a series. |
Series |
Gets or sets the ID of a point. |
Tag | Gets or sets the object that contains data related to this series point. |
Time |
Gets or sets the series point’s time-span argument. |
Time |
Gets or sets the point’s data value |
Tool |
Gets or sets a value to be shown as a hint in a series point’s tooltip. |
Values |
Gets or sets the point’s data value |
Values |
Gets or sets the string value used to support serialization of the Series |
See Also