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 RectangleF representing the boundaries of current bar.
The bar is drawn below the axis origin.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |