Spread Windows Forms 18 Product Documentation / Developer's Guide / Chart Control / Understanding Charts / Plot Types / XYZ Plot Types / XYZ Surface Charts
XYZ Surface Charts

The surface chart can be an XYZ plot such as the one shown in this figure.

XYZ等高線の例

An XYZ surface series can be assigned a fill effect for the surface. Assigning null for the fill effect indicates that the property is unset.

Each point in a XYZ series has three data values: x, y, and z. Each point is visualized as a point on a surface.

For more information on the surface series object in the API, refer to the XYZSurfaceSeries class.