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:
C#
public class SurfaceSeries3DColorizerContext
Inheritance: objectSurfaceSeries3DColorizerContext
Properties
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.
C#
public Axis3DType ActualDisplayDirection { get; }
Gets the points that will be used to create a surface.
C#
public ReadOnlyCollection<SurfacePointInfo> SurfacePoints { get; }
TextureCoordinates
PointCollection
Gets the texture coordinates for the surface.
C#
public PointCollection TextureCoordinates { get; }
TriangleIndices
Int32Collection
Gets the triangle indices that will be set to the the MeshGeometry3D that presents the surface.
C#
public Int32Collection TriangleIndices { get; }