Gets or sets the signature of callback methods used to render text at projected point.
Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public sealed class Label3D.DrawLabelDelegate : MulticastDelegate |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class Label3D.DrawLabelDelegate |
Inheritance HierarchySystem.Object![]()
System.Delegate![]()
System.MulticastDelegate![]()
MindFusion.Charting.ThreeD.Label3D.DrawLabelDelegate
See Also