Determines the appearance of the 3D surface. This may include specific positions, triangle indexes, texture coordinates, and material.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum SurfaceSeries3DColorizationMode
Fields
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.
C#
Blend = 0
Each data point is presented by a tile with a solid color.
C#
Tiles = 1