Class
SurfaceSeries3DColorizerContext

An object that contains information about the data points of a surface series. This object is used during the color selection phase.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class SurfaceSeries3DColorizerContext

Inheritance: objectSurfaceSeries3DColorizerContext

Properties

ActualDisplayDirection

Gets the actual display direction of the surface. If the surface series has a user defined display direction, it is being used. Otherwise, the chart calculates an automatic display direction.

Declaration

cs-api-definition
public Axis3DType ActualDisplayDirection { get; }

Property Value

Axis3DType

SurfacePoints

Gets the points that will be used to create a surface.

Declaration

cs-api-definition
public ReadOnlyCollection<SurfacePointInfo> SurfacePoints { get; }

Property Value

ReadOnlyCollection<SurfacePointInfo>

TextureCoordinates

Gets the texture coordinates for the surface.

Declaration

cs-api-definition
public PointCollection TextureCoordinates { get; }

Property Value

PointCollection

TriangleIndices

Gets the triangle indices that will be set to the the MeshGeometry3D that presents the surface.

Declaration

cs-api-definition
public Int32Collection TriangleIndices { get; }

Property Value

Int32Collection