LiteFreeformLineSeriesPointCountLimitEnabled Property |
LightningChart .NET Help
Enable/disable point count limiter. See
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
Syntaxpublic bool PointCountLimitEnabled { get; set; }Public Property PointCountLimitEnabled As Boolean
Get
Set
public:
property bool PointCountLimitEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also