Defines the signature of delegates called to process funnel segments.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected delegate void FunnelRenderer.ProcessSegment ( |
Visual Basic
Copy Code
|
|---|
Protected Delegate Sub FunnelRenderer.ProcessSegment( _ |
An integer index of data item in Series.
The polygon of the segment.
See Also