Search
FunnelRenderer.EnumSegments Method
See Also
 






Enumerates the segments of the funnel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected void EnumSegments (
    RenderContext context,
    FunnelRenderer.ProcessSegment process
)

Visual Basic  Copy Code

Protected Sub EnumSegments( _
    context As RenderContext, _
    process As FunnelRenderer.ProcessSegment _
)

 Parameters

context

A RenderContext instance.

process

A ProcessBars callback.

 See Also