Defines the signature of delegates called to process bars.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected delegate void BarRenderer.ProcessBars ( |
Visual Basic
Copy Code
|
|---|
Protected Delegate Sub BarRenderer.ProcessBars( _ |
An integer index of series in Series list.
An integer index of data item in specified series.
A Microsoft.Maui.Graphics.Rect representing the boundaries of current bar.
The bar is drawn below the axis origin.
See Also