Defines the signature of delegates called to process pie slices.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected delegate void PieRenderer.ProcessSlice ( |
Visual Basic
Copy Code
|
|---|
Protected Delegate Sub PieRenderer.ProcessSlice( _ |
An integer index of data item in Series.
An IGraphicsPath representing the slice.
See Also