Enum
SurfaceSeries3DColorizationMode

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:

cs-api-definition
public enum SurfaceSeries3DColorizationMode

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

cs-api-definition
Blend = 0

Field Value

SurfaceSeries3DColorizationMode

Tiles

Each data point is presented by a tile with a solid color.

Declaration

cs-api-definition
Tiles = 1

Field Value

SurfaceSeries3DColorizationMode

In this article
DefinitionFieldsBlendTiles
Not finding the help you need?
Contact Support