Defines the signature of delegates called to process pie slices.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
protected delegate void PieRenderer.ProcessSlice ( |
Visual Basic
![]() |
---|
Protected Delegate Sub PieRenderer.ProcessSlice( _ |
An integer index of data item in Series.
The bounding rectangle of the slice's circle.
The diameter of the pie.
The start angle of the slice's sector.
The sweep angle of the slice's sector.
A GraphicsPath representing the slice.