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:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.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

System.Nullable<System.Windows.Thickness>:

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

Inherited Members

Extension Methods