Skip to main content
All docs
V25.1
  • SurfacePoint(Object, Object, Object, Brush, SeriesPoint3D) Constructor

    Initializes a new instance of the SurfacePoint class with specified settings.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public SurfacePoint(
        object x,
        object y,
        object z,
        Brush brush,
        SeriesPoint3D nearestSeriesPoint
    )

    Parameters

    Name Type
    x Object
    y Object
    z Object
    brush Brush
    nearestSeriesPoint SeriesPoint3D
    See Also