Search
LabelProjection Constructor
See Also
 






Initializes a new instance of the LabelProjection class.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public LabelProjection (
    Label3D label,
    Point3D projTL,
    Point3D 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