ClassSurfaceSeries3DColorizerContext
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:
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
public Axis3DType ActualDisplayDirection { get; }
Property Value
SurfacePoints
Gets the points that will be used to create a surface.
Declaration
public ReadOnlyCollection<SurfacePointInfo> SurfacePoints { get; }
Property Value
TextureCoordinates
Gets the texture coordinates for the surface.
Declaration
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
public Int32Collection TriangleIndices { get; }
Property Value
Int32Collection