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 StackRenderer.ProcessStackPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Delegate Sub StackRenderer.ProcessStackPoint( _ |
An integer index of series in Series list.
An integer index of data item in specified series.
A Point instance containing the Plot2D coordinates corresponding to current data item.
A Point instance containing the Plot2D coordinates corresponding to previous data item.
See Also