Click or drag to resize

LineCollectionInvalidateData Method

LightningChart .NET Help
Series data has been modified directly by it's array. Use this method to notify chart that this series needs a refresh. If this is not called after data has been changed the lines are not drawn correctly.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override void InvalidateData()
See Also