In This Article

MicroLineSeries Class

Represents a line series for use in a MicroXYChart.

public class MicroLineSeries : MicroLineSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase MicroLineSeriesBase object

Constructors

MicroLineSeries()

Initializes an instance of the class.

public MicroLineSeries()

Methods

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