Click or drag to resize

FreeformPointLineSeriesPointCountLimit Property

LightningChart .NET Help
Gets or sets point count limit. This is a dependency property. If you add points more than limited count, first points are automatically removed. The limiter only applies if PointCountLimitEnabled is true.

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

Property Value

Type: Int32
See Also