A SeriesRenderer that draws scatter in its containing plot.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class ScatterRenderer : Renderer2D |
Visual Basic
Copy Code
|
|---|
Public Class ScatterRenderer |
RemarksScatterRenderer must be placed inside a Plot2D 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