Skip to main content

SeriesPoint3D Constructors

The series point of 3D series.
Name Parameters Description
SeriesPoint3D() none Initializes a new instance of the SeriesPoint3D class with the default settings.
SeriesPoint3D(DateTime, DateTime, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, Double, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, String, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, TimeSpan, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, DateTime, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, Double, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, String, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, TimeSpan, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, DateTime, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, Double, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, String, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, TimeSpan, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, DateTime, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, Double, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, String, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, TimeSpan, Double) xArgument, yArgument, value Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
See Also