.NET Triangulated Surface Chart

Triangulated Surface Chart

The Triangulated Surface Chart displays three-dimensional data as a mesh of triangles. It constructs a Delaunay triangulation from the data points projected onto the horizontal plane and uses their heights to form the surface. Delaunay triangulation maximizes the minimum angle of the triangles, helping avoid unnecessarily narrow triangles. Some point arrangements can produce more than one valid triangulation.

The Triangulated Surface provides various options, including smooth and flat shading, custom color per vertex, palette filling, and others.

Sample Table Format

X ValueY ValueZ Value
2 5 10
4 5 20
6 5 15
8 5 5
10 5 30
In this table, the X, Y, and Z values represent the coordinates of each data point. Users can input as many data points as necessary to create a comprehensive and detailed visualization of their data.

Best Practices for Using Triangulated Surface Charts

Choose the Chart Type
The Triangulated Surface Chart best displays data sets that contain XYZ coordinates without any order. In case the data set implies an order for the coordinates, or the coordinates have common X/Z values, you can consider using the Mesh or Grid surface charts, as constructing a Delaunay triangulation is computationally expensive.

Choose the Right Color Map
Choose a color map that best represents your data. A good color map should provide contrast and allow users to identify areas of interest easily.

Label Your Chart
Add labels and annotations to your chart to provide context and make it easier for users to understand the data they view.

Customize Your Chart
Use the chart's customization features to customize the appearance of your chart, including shading, labels, and annotations. This can help make your data stand out and make it easier to read.

Use Appropriate Scaling
Ensure your chart is scaled appropriately to represent your data accurately. Use the chart's axis scaling features to adjust the scaling as necessary.