Gets or sets a method, which will be called to draw the component.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Action<IGraphics, Rect> DrawCallback { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DrawCallback As Action(Of IGraphics, Rect) |
See Also