Search
ScatterRenderer Class
Remarks See Also
 






A SeriesRenderer that draws scatter in its containing plot.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class ScatterRenderer : Renderer2D

Visual Basic  Copy Code

Public Class ScatterRenderer
    Inherits Renderer2D

 Remarks

ScatterRenderer 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 Hierarchy

System.Object
    MindFusion.Charting.SeriesRenderer
        MindFusion.Charting.Renderer2D
            MindFusion.Charting.ScatterRenderer
                MindFusion.Charting.RadarScatterRenderer

 See Also