Enumerates the bars visible in current data range.
Namespace: MindFusion.Charting
File: BarStackRenderer.js
JavaScript Copy Code |
---|
function enumVisibleStackBars (context, process) |
A RenderContext instance.
A ProcessStackBars callback.
The signature of the ProcessStackBars delegate is as follows:'function(seriesIndex, dataIndex, bounds)'.param {Number} seriesIndex An integer index of series in Series list.param {Number} dataIndex An integer index of data item in specified series.param {MindFusion.Drawing.Rect} bounds A RectangleF representing the boundaries of current bar.The method is not expected to return a value.