Class SurfaceSeries3DColorizationMode
Determines the appearance of the 3D surface. This may include specific positions, triangle indexes, texture coordinates, and material.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class SurfaceSeries3DColorizationMode : Enum
Fields
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.
Declaration
public const SurfaceSeries3DColorizationMode Blend
Field Value
SurfaceSeries3DColorizationMode
|
Tiles
Each data point is presented by a tile with a solid color.
Declaration
public const SurfaceSeries3DColorizationMode Tiles
Field Value
SurfaceSeries3DColorizationMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|