Charting for WinForms Programmer's Guide
LabelProjection Constructor
See Also
 






Initializes a new instance of the LabelProjection class.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LabelProjection (
    Label3D label,
    Point3D projTL,
    Point3D projBR
)

Visual Basic  Copy Code

Public New ( _
    label As Label3D, _
    projTL As Point3D, _
    projBR As Point3D _
)

 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

LabelProjection Class
MindFusion.Charting.ThreeD Namespace