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

The projected Label3D.

projTL

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

projBR

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

 See Also