In This Article

ScatterSeries Class

Represents a scatter series for use in a XYChart.

public class ScatterSeries : XYSeriesBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IRefreshable, IXYSeries
Inheritance:
Object DispatcherObject DependencyObject 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

Nullable<Thickness>:

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

Inherited Members

Extension Methods