Skip to main content
A newer version of this page is available. .

SeriesPoint3D(Double, TimeSpan, Double) Constructor

Initializes a new instance of the SeriesPoint3D class with the specified arguments and value.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public SeriesPoint3D(
    double xArgument,
    TimeSpan yArgument,
    double value
)

Parameters

Name Type Description
xArgument Double

The double X argument value of the new point.

yArgument TimeSpan

The time-span Z argument value of the new point.

value Double

The value of the new point.

See Also