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.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(100)]
public int PointCountLimit { get; set; }<DefaultValueAttribute(100)>
Public Property PointCountLimit As Integer
Get
Set
public:
[DefaultValueAttribute(100)]
property int PointCountLimit {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also