Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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