SeriesPoint Properties
An individual series point in the series.
Name | Description |
---|---|
Actual |
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. |
Date |
Gets the point’s argument value of a date-time type. |
Date |
Gets the point’s value of a date-time type. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Non |
Gets the non-animated value of the Series |
Numerical |
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. |
Time |
Gets the point’s argument value of the time-span type. |
Time |
Gets the point’s value of the time-span type. |
Tool |
Gets or sets the data that represents the content (text, image, etc.) of the tooltip’s hint for a series point. |
Type |
Gets the string value used to support serialization of the Series |
Value | Gets or sets the series point’s value. |
See Also