Search
ScatterRenderer Members
Constructors Properties Methods
 


A SeriesRenderer that draws scatter in its containing plot.

The following tables list the members exposed by the ScatterRenderer type.

 Public Constructors

  Name Description

ScatterRenderer

Initializes a new instance of the ScatterRenderer class.

 Public Properties

  Name Description

shape

Gets or sets the type of scatter shapes.

shapeSize

Gets or sets the size of scatter shapes.

 Public Methods

  Name Description

draw

SeriesRenderer.Draw override. Draws the series data in specified RenderContext.

drawHighlight

Renderer2D.DrawHighlight override. Draws highlighted shape in specified RenderContext.

enumPoints

Enumerates the data values of rendered series mapped to plot 2D coordinates.

hitTest

Renderer2D.HitTest override. Hit-tests the scatter representations of data items.

 See Also