Charting for WPF Programmer's Guide

Scatter Members

Constructors Fields Properties
 


Represents scatter objects drawn at data points in line charts.

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

 Public Constructors

  Name Description

Scatter

Creates a new instance of the Scatter class.

 Public Fields

  Name Description

FillProperty

Identifies the Fill dependency property.

ScatterSizeProperty

Identifies the ScatterSize dependency property.

ScatterTypeProperty

Identifies the ScatterType dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

 Public Properties

  Name Description

Fill

Gets or sets the fill for this Scatter.

ScatterSize

Gets or sets the size of this Scatter.

ScatterType

Gets or sets the type of this Scatter.

Stroke

Gets or sets the stroke for this Scatter.

StrokeThickness

Gets or sets the thickness of the stroke for this Scatter.

 See Also