A SeriesRenderer that draws pie-radars, where data items are represented by circular sectors of equal central angles, and the sector corresponding to a data item has radius proportional to its value.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class PieRadarRenderer : RadarRenderer |
Visual Basic
Copy Code
|
|---|
Public Class PieRadarRenderer |
RemarksPieRadarRenderer must be placed inside a RadarPlot component. It draws each data item as a circular sector whose radius is proportional to the data value. If the GetLabel method of Series object returns InnerLabel string, the label is drawn inside its corresponding sector.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.SeriesRenderer
MindFusion.Charting.RadarRenderer
MindFusion.Charting.PieRadarRenderer
See Also