In This Article

ScatterSeries Class

Represents a scatter series for use in a XYChart.

public class ScatterSeries : XYSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control SeriesBase XYSeriesBase object

Constructors

ScatterSeries()

Initializes a new instance of the ScatterSeries class.

public ScatterSeries()

Properties

MinimumMargin

Gets the minimum margin around the plotted area required by the series.

protected override Thickness? MinimumMargin { get; }

Property Value

Thickness?:

The minimum margin around the plotted area required by the series.

Inherited Members