Defines the signature of delegates called to process bars.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# 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.