Search
FunnelRenderer.enumSegments Method
See Also
 






Enumerates the segments of the funnel.

Namespace: MindFusion.Charting
File: FunnelRenderer.js

 Syntax

JavaScript  Copy Code

function enumSegments (context, process)

 Parameters

context

A RenderContext instance.

process

A ProcessSegment callback.

 Remarks

The signature of the ProcessSegment delegate is as follows:'function(dataIndex, points)'.param {Number} dataIndex An integer index of data item in Series.param {MindFusion.Drawing.Point[]} points The defining points of the segment's bounding polygon.

 See Also