Search
Label3D.DrawLabelDelegate Class
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 sealed class Label3D.DrawLabelDelegate : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class Label3D.DrawLabelDelegate
    Inherits MulticastDelegate

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Charting.ThreeD.Label3D.DrawLabelDelegate

 See Also