Title | Description |
---|---|
Surface Chart (1) | Demonstrates the basic steps in creating surface charts. |
Surface Chart (2) | Extends the Surface Chart (1) example by adding surface grid and contour lines, and using alternative view angles and continuous coloring. |
Surface Chart (3) | Demonstrates using deep perspective. Also demonstrates surface grid lines of different line styles. |
4D Surface Chart | Demonstrates using 4 dimensional coordinates XYZW. The XYZ are for the positions of the data point and W is for the color. |
Scattered Data Surface Chart | Demonstrates using scattered data for the surface chart. Also demonstrates hiding the plot region walls and changing their thickness and colors. |
Surface Chart Axis Types | The example demonstrates different axis scale types for the surface charts. |
Surface Color Scale | Demonstrates using various color scales for surface charts. |
Surface Lighting | Demonstrates the effects of various surface lighting parameters, configured using SurfaceChart.setLighting. |
Surface Shading | Demonstrates the effects of various surface shading methods, configured using SurfaceChart.setShadingMode. |
Surface Wireframe | Demonstrates the rectangular and triangular wireframes of a surface at different interpolation levels, configured using SurfaceChart.setShadingMode and SurfaceChart.setInterpolation. |
Surface Perspective | Demonstrates the effects of various perspective depth, configured using ThreeDChart.setPerspective. |
Surface Projection | Demonstrates adding a surface projection to the XY wall using SurfaceChart.addXYProjection. |
Surface Lines and Zones | This examples demonstrates adding custom lines and zones on a surface chart. |
Surface Texture | Demonstrates adding images on surface charts using SurfaceChart.setSurfaceTexture. |