Defines the signature of delegates called to process pie slices.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
protected delegate void PieRenderer.ProcessSlice ( |
Visual Basic Copy Code |
---|
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.