Defines the signature of delegates called to process sectors generated for a series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
protected delegate void PieRadarRenderer.ProcessSectors ( |
Visual Basic Copy Code |
---|
Protected Delegate Sub PieRadarRenderer.ProcessSectors( _ |
An integer index of series in Series list.
A list of PointF values containing the plot coordinates corresponding to data items.
A list of GraphicsPath objects representing pie-radar sectors.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |