Defines the signature of delegates called to process all points from current data range at once.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected delegate void RadarRenderer.ProcessRange ( |
Visual Basic
Copy Code
|
|---|
Protected Delegate Sub RadarRenderer.ProcessRange( _ |
An integer index of series in Series list.
A list of Point values containing the plot coordinates corresponding to data items in currently visible range.
See Also