In This Article

MicroScatterSeries Class

Represents a scatter series for use in a MicroXYChart.

public class MicroScatterSeries : MicroXYSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase object

Constructors

MicroScatterSeries()

Initializes an instance of the class.

public MicroScatterSeries()

Methods

GetMinimumMargin()

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

protected override Thickness? GetMinimumMargin()

Returns

Thickness?:

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

PlotSeries(MicroXYChartPlotter)

Plots the series to the associated chart using the specified plotter.

protected override void PlotSeries(MicroXYChartPlotter plotter)
Parameter Type Description
plotter MicroXYChartPlotter

The plotter used to render shapes on the chart.

Inherited Members