Click or drag to resize

StockSeriesScrollModePointsKeepLevel Property

LightningChart .NET Help
Gets or sets how often the draw data is cleared when using X axis scroll mode. This is a dependency property. Valid range is 1...100 1 frees the draw data and the reconstucts the draw data after every 1/10 scroll page. Use this when there's not much memory available. 100 frees the draw data and the reconstucts the draw data after every 100/10 = 10 pages. Use this when smooth scroll with high FPS is important. Reserves some extra memory.

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

Property Value

Type: Int32
See Also