SeriesPoint3D(DateTime, DateTime, Double) Constructor
Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
xArgument | DateTime | The date-time X argument value of the new point. |
yArgument | DateTime | The date-time Z argument value of the new point. |
value | Double | The value of the new point. |
See Also