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
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue 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