Click or drag to resize

FreeformPointLineSeriesPointCountLimitEnabled Property

LightningChart .NET Help
Gets or sets if limit point count by dropping oldest points. The point count is limited to PointCountLimit. This is a dependency property.

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

Property Value

Type: Boolean
See Also