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. |
ArgumentSerializable | Gets or sets the string value used to support serialization of the SeriesPoint.Argument property. |
Color | Gets or sets the color used to draw this point. |
ColorSerializable | Gets or sets the string value used to support serialization of the SeriesPoint.Color property. |
DateTimeArgument | Gets the point’s argument value of the date-time type. |
DateTimeValues | Gets or sets the point’s data value(s) of the date-time type. |
IsEmpty | 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. |
NumericalArgument | Gets the point’s argument value of the numerical type. |
Relations | Provides access to the collection of relations for a series. |
SeriesPointID | Gets or sets the ID of a point. |
Tag | Gets or sets the object that contains data related to this series point. |
TimeSpanArgument | Gets or sets the series point’s time-span argument. |
TimeSpanValues | Gets or sets the point’s data value(s) of the time-span type. |
ToolTipHint | 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(s). |
ValuesSerializable | Gets or sets the string value used to support serialization of the SeriesPoint.Values collection. |
See Also