Defines the signature of delegates called to process all points from current data range at once.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
protected delegate void StackRenderer.ProcessStackRange ( |
Visual Basic Copy Code |
---|
Protected Delegate Sub StackRenderer.ProcessStackRange( _ |
An integer index of series in Series list.
A list of Microsoft.Maui.Graphics.Point values containing the Plot2D coordinates corresponding to data items in currently visible range.
A list of Microsoft.Maui.Graphics.Point values containing the Plot2D coordinates corresponding to previous series in currently visible range.