Click or drag to resize

FreeformPointLineSeriesPointCountLimit Property

LightningChart .NET Help
Point count limit. If you add points more than limited count, first points are automatically removed. The limiter only applies if PointCountLimitEnabled is true. If PointCountLimitEnabled is true, the array of corresponding size will be create in memory.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(100)]
public int PointCountLimit { get; set; }

Property Value

Type: Int32
See Also