Table of Contents

Class PointLineSeriesSmith

Namespace
LightningChartLib.WinForms.Charting.SeriesSmith
Assembly
LightningChart.WinForms.Charting.NET4.dll

Point line series for smith chart. You can define the line style and point style. Set data points through Points property.

public class PointLineSeriesSmith : SeriesBaseSmith, IChartNode, IHighlightingItem, IDisposable
Inheritance
PointLineSeriesSmith
Implements
Inherited Members

Remarks

The points must be in successive order by angle value. Make sure you keep them that way.

Constructors

PointLineSeriesSmith()

Constructor for Form designer list editor.

public PointLineSeriesSmith()

PointLineSeriesSmith(ViewSmith, AxisSmith)

Constructor.

public PointLineSeriesSmith(ViewSmith owner, AxisSmith axisSmith)

Parameters

owner ViewSmith

Parent.

axisSmith AxisSmith

Smith axis this point liner series belongs to.

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Item to string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.SeriesSmith.PointLineSeriesSmith.ToString