Enumerates the segments of the funnel.
Namespace: MindFusion.Charting
File: FunnelRenderer.js
JavaScript Copy Code |
---|
function enumSegments (context, process) |
Type: RenderContext
A RenderContext instance.
Type: ProcessSegment
A ProcessSegment callback.
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.