SeriesPoint3D Properties
The series point of 3D series.| Name | Description |
|---|---|
| ActualXArgument | Returns the string representation of the actual X-argument value. |
| ActualYArgument | Returns the string representation of the actual Y-argument value. |
| Brush | Gets or sets the color of the series point. |
| DateTimeXArgument | The date-time X-argument value. |
| DateTimeYArgument | The date-time Y-argument value. |
| 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. |
| NumericXArgument | The numeric X-argument value. |
| NumericYArgument | The numeric Y-argument value. |
| Series | Returns the owner of the current series point. |
| Tag | Gets or sets the object that contains data related to this series point. |
| TimeSpanXArgument | Gets or sets the time-span X-argument value. |
| TimeSpanYArgument | Gets or sets the time-span Y-argument value. |
| Value | Gets or sets the value of the series point |
| XArgument | The qualitative X-argument value. |
| YArgument | The qualitative X-argument value. |
See Also