Skip to main content
All docs
V25.1
  • SeriesPoint3D(String, 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

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

    Parameters

    Name Type Description
    xArgument String

    The string 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