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; }<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