Enumerates the data values of rendered series mapped to plot 2D coordinates.
Namespace: MindFusion.Charting
File: Renderer2D.js
JavaScript Copy Code |
---|
function enumVisiblePointPairs (context, process) |
A RenderContext instance.
A ProcessPoints callback.
The signature of the ProcessPoints delegate is as follows:'function(seriesIndex, dataIndex, point)'.param {Number} seriesIndex An integer index of series in Series list.param {Number} dataIndex An integer index of data item in specified series.param {Point} point1 A Point instance containing the Plot2D coordinates corresponding to previous data item.param {Point} point2 A Point instance containing the Plot2D coordinates corresponding to current data item.The method is not expected to return a value.