Search
LabelProjection Constructor
See Also
 






Initializes a new instance of the LabelProjection class.

Namespace: MindFusion.Charting.ThreeD
File: LabelProjection.js

 Syntax

JavaScript  Copy Code

function LabelProjection (label, projTL, projBR)

 Parameters

label

Type: Label3D
The projected Label3D.

projTL

Type: Point3D
Projection of top-left corner of Label3D's layout rectangle.

projBR

Type: Point3D
Projection of bottom-right corner of Label3D's layout rectangle.

 See Also