Search
CustomComponent.DrawCallback Property
See Also
 






Gets or sets a method, which will be called to draw the component.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Action<IGraphics, Rect> DrawCallback { get; set; }

Visual Basic  Copy Code

Public Property DrawCallback As Action(Of IGraphics, Rect)

 Property Value

 See Also