BlockSeriesBaseScrollModePointsKeepLevel Property |
LightningChart .NET Help
Tells how often the source data is cleared when using X axis scroll mode.
Valid range is 1...100.
1 frees the source data after every 1/10 scroll page.
Use this when there's not much memory available.
100 frees the source data after every 100/10 = 10 pages.
One need to set to true to enable this functionality.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "5")]
public int ScrollModePointsKeepLevel { get; set; }<DefaultValueAttribute(GetType(Integer), "5")>
Public Property ScrollModePointsKeepLevel As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"5")]
property int ScrollModePointsKeepLevel {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also