Back to Devexpress

SeriesPoint3D Constructors

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint3d-dot-ctor.md

latest5.4 KB
Original Source

SeriesPoint3D Constructors

The series point of 3D series.

NameParametersDescription
SeriesPoint3D()noneInitializes a new instance of the SeriesPoint3D class with the default settings.
SeriesPoint3D(DateTime, DateTime, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, Double, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, String, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(DateTime, TimeSpan, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, DateTime, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, Double, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, String, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(Double, TimeSpan, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, DateTime, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, Double, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, String, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(String, TimeSpan, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, DateTime, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, Double, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, String, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.
SeriesPoint3D(TimeSpan, TimeSpan, Double)xArgument, yArgument, valueInitializes a new instance of the SeriesPoint3D class with the specified arguments and value.

See Also

SeriesPoint3D Class

SeriesPoint3D Members

DevExpress.Xpf.Charts Namespace