SeriesPoint Properties
An individual series point in the series.| Name | Description |
|---|---|
| ActualArgument | Gets the actual argument of a series point. |
| Argument | Gets or sets the series point’s argument. |
| Brush | Gets or sets the brush used to draw this point. |
| DateTimeArgument | Gets the point’s argument value of a date-time type. |
| DateTimeValue | Gets the point’s value of a date-time type. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| NonAnimatedValue | Gets the non-animated value of the SeriesPoint.Value property. |
| NumericalArgument | Gets the point’s argument value of a numerical type. |
| Series | Returns the series which is the owner of the current series point. |
| Tag | Gets or sets the object that contains data related to this series point. |
| TimeSpanArgument | Gets the point’s argument value of the time-span type. |
| TimeSpanValue | Gets the point’s value of the time-span type. |
| ToolTipHint | Gets or sets the data that represents the content (text, image, etc.) of the tooltip’s hint for a series point. |
| TypeNameSerializable | Gets the string value used to support serialization of the SeriesPoint type. |
| Value | Gets or sets the series point’s value. |
See Also