A SeriesRenderer that draws scatter in radar plots.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class RadarScatterRenderer : ScatterRenderer |
Visual Basic
Copy Code
|
|---|
Public Class RadarScatterRenderer |
RemarksRadarScatterRenderer 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.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.SeriesRenderer
MindFusion.Charting.Renderer2D
MindFusion.Charting.ScatterRenderer
MindFusion.Charting.RadarScatterRenderer
See Also