Skip to main content

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.v23.2.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