Charting for WinForms Programmer's Guide
Label3D.DrawLabelDelegate Delegate
See Also
 






Gets or sets the signature of callback methods used to render text at projected point.

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

 Syntax

C#  Copy Code

public delegate void Label3D.DrawLabelDelegate (
    RectangleF bounds
)

Visual Basic  Copy Code

Public Delegate Sub Label3D.DrawLabelDelegate( _
    bounds As RectangleF _
)

 Parameters

bounds

 See Also

MindFusion.Charting.ThreeD Namespace