MindFusion.Charting for JavaScript Programmer's Guide
StackRenderer.enumVisibleStackPoints Method
See Also
 






Enumerates the data values of rendered series mapped to plot 2D coordinates.

Namespace: MindFusion.Charting
File: StackRenderer.js

 Syntax

JavaScript  Copy Code

function enumVisibleStackPoints (context, process)

 Parameters

context

Type: RenderContext
A RenderContext instance.

process

Type: ProcessStackPoint
A ProcessStackPoint callback.

 Remarks

The signature of the ProcessStackPoint delegate is as follows:'function(seriesIndex, dataIndex, stackPoint, prevPoint)'.param {Number} seriesIndexAn integer index of series in Series list.param {Number} dataIndex An integer index of data item in specified series.param {MindFusion.Drawing.Point} stackPoint A Point instance containing the Plot2D coordinates corresponding to current data item.param {MindFusion.Drawing.Point} prevPoint A Point instance containing the Plot2D coordinates corresponding to previous data item.The method is not expected to return a value.

 See Also

StackRenderer Members
StackRenderer Class
MindFusion.Charting Namespace