Defines the signature of delegates called to process a data point one element at a time.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
protected delegate void Renderer2D.ProcessPoint ( |
Visual Basic Copy Code |
---|
Protected Delegate Sub Renderer2D.ProcessPoint( _ |
A Microsoft.Maui.Graphics.Point instance containing the Plot2D coordinates corresponding to current data item.
MindFusion.Charting Developer's Guide | © 2024 MindFusion |