Skip to main content

SeriesPoint3D Members

The series point of 3D series.

Constructors

Name Description
SeriesPoint3D() Initializes a new instance of the SeriesPoint3D class with the default settings.
SeriesPoint3D(DateTime, DateTime, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, Double, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, String, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, TimeSpan, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, DateTime, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, Double, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, String, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, TimeSpan, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, DateTime, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, Double, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, String, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, TimeSpan, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, DateTime, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, Double, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, String, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, TimeSpan, Double) Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.

Properties

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.
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.

Events

Name Description
PropertyChanged Occurs when any of the SeriesPoint3D class properties has changed its value.
See Also