LiteFreeformLineSeriesPointCountLimit Property |
LightningChart .NET Help
Point count limit. Series will contain at least this amount of points, but will limit to higher count based on data blocks. 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
Syntaxpublic int PointCountLimit { get; set; }Public Property PointCountLimit As Integer
Get
Set
public:
property int PointCountLimit {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also