Click or drag to resize

FreeformPointLineSeriesGetLastPoint Method

LightningChart .NET Help
Gets last (newest) point.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public SeriesPoint GetLastPoint()

Return Value

Type: SeriesPoint
Last point.
See Also