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( _ |
An integer index of series in Series list.
An integer index of data item in specified series.
A PointF instance containing the Plot2D coordinates corresponding to current data item.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |