Class SurfaceSeries3DColorizerContext
An object that contains information about the data points of a surface series. This object is used during the color selection phase.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class SurfaceSeries3DColorizerContext
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
Axis3DType
|
SurfacePoints
Gets the points that will be used to create a surface.
Declaration
public ReadOnlyCollection<SurfacePointInfo> SurfacePoints { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<SurfacePointInfo>
|
TextureCoordinates
Gets the texture coordinates for the surface.
Declaration
public PointCollection TextureCoordinates { get; }
Property Value
System.Windows.Media.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
System.Windows.Media.Int32Collection
|