Defines the signature of delegates called to process a data point one element at a time.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected delegate void Renderer2D.ProcessPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Delegate Sub Renderer2D.ProcessPoint( _ |
See Also