A SeriesRenderer that draws scatter in radar plots.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public class RadarScatterRenderer : ScatterRenderer |
Visual Basic Copy Code |
---|
Public Class RadarScatterRenderer |
RadarScatterRenderer must be placed inside a RadarPlot component. It draws each data item as a scatter Shape whose size is specified by ShapeSize. If the GetLabel method of Series object returns InnerLabel string, the label is drawn centered at its corresponding shape's location.
System.Object
MindFusion.Charting.SeriesRenderer
MindFusion.Charting.Renderer2D
MindFusion.Charting.ScatterRenderer
MindFusion.Charting.RadarScatterRenderer