XamarinChart Programmer's Guide
BarOverlayRenderer.ProcessBars Delegate
See Also
 






Defines the signature of delegates called to process bars.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected delegate void BarOverlayRenderer.ProcessBars (
    int seriesIndex,
    int dataIndex,
    Rectangle bounds,
    bool oppositeDirection
)

Visual Basic  Copy Code

Protected Delegate Sub BarOverlayRenderer.ProcessBars( _
    seriesIndex As Integer, _
    dataIndex As Integer, _
    bounds As Rectangle, _
    oppositeDirection As Boolean _
)

 Parameters

seriesIndex

dataIndex

bounds

oppositeDirection

 See Also

MindFusion.Charting Namespace