ClassSurfacePointInfo
An object that contains information about a data point in a surface series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class SurfacePointInfo
Inheritance: objectSurfacePointInfo
Constructors
SurfacePointInfo(SurfaceDataPoint3D, Point3D, int?)
Initializes a new instance of the SurfacePointInfo class.
Declaration
public SurfacePointInfo(SurfaceDataPoint3D associatedDataPoint, Point3D pointCenter, int? positionIndex)
Parameters
associatedDataPoint
The SurfaceDataPoint3D associated with the surface point info.
pointCenter
Point3D
The center of the data point layout slot.
positionIndex
int?
The index (of the data point) used in the triangle indexes collection that determines how the data points will be connected.
Fields
PositionIndex
Gets the index position of the info. The index is used in the triangle indexes collection that determines how the data points will be connected.
Properties
AssociatedDataPoint
Gets the associated data point.
Declaration
public SurfaceDataPoint3D AssociatedDataPoint { get; }
Property Value
PointCenter
Gets the center of the layout slot of the data point.
Declaration
public Point3D PointCenter { get; }
Property Value
Point3D