Enum SurfaceSeries3DColorizationMode
Determines the appearance of the 3D surface. This may include specific positions, triangle indexes, texture coordinates, and material.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum SurfaceSeries3DColorizationMode
Blend
The surface is divided into triangles determined by the original data point centers. Each pixel in each triangle is a color blend between the three colors (determined by the three data points) and this color is determined by the pixel's proximity to the vertices.
Tiles
Each data point is presented by a tile with a solid color.