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 an instance of the class.

public ScatterSeries()

Properties

MinimumMargin

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

protected override Thickness? MinimumMargin { get; }

Property Value

Thickness?

Inherited Members

Extension Methods