Class
SurfacePointInfo

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:

cs-api-definition
public class SurfacePointInfo

Inheritance: objectSurfacePointInfo

Constructors

SurfacePointInfo(SurfaceDataPoint3D, Point3D, int?)

Initializes a new instance of the SurfacePointInfo class.

Declaration

cs-api-definition
public SurfacePointInfo(SurfaceDataPoint3D associatedDataPoint, Point3D pointCenter, int? positionIndex)

Parameters

associatedDataPoint

SurfaceDataPoint3D

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.

Declaration

cs-api-definition
public readonly int? PositionIndex

Field Value

int?

Properties

AssociatedDataPoint

Gets the associated data point.

Declaration

cs-api-definition
public SurfaceDataPoint3D AssociatedDataPoint { get; }

Property Value

SurfaceDataPoint3D

PointCenter

Gets the center of the layout slot of the data point.

Declaration

cs-api-definition
public Point3D PointCenter { get; }

Property Value

Point3D