ASP.NET Pack Programmer's Guide
BarStackRenderer.ProcessStackBars Delegate
See Also
 





Defines the signature of delegates called to process stacked bars.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

protected delegate void BarStackRenderer.ProcessStackBars (
    int seriesIndex,
    int dataIndex,
    RectangleF bounds
)

Visual Basic  Copy Code

Protected Delegate Sub BarStackRenderer.ProcessStackBars( _
    seriesIndex As Integer, _
    dataIndex As Integer, _
    bounds As RectangleF _
)

 Parameters

seriesIndex

An integer index of series in Series list.

dataIndex

An integer index of data item in specified series.

bounds

A RectangleF representing the boundaries of current bar.

 See Also

MindFusion.Charting Namespace