Initializes a new instance of the LabelProjection class.
Namespace: MindFusion.Charting.ThreeD
File: LabelProjection.js
SyntaxJavaScript
Copy Code
|
|---|
function LabelProjection (label, projTL, projBR) |
The projected Label3D.
Projection of top-left corner of Label3D's layout rectangle.
Projection of bottom-right corner of Label3D's layout rectangle.
See Also