PointLineSeriesScrollModePointsKeepLevel Property |
LightningChart .NET Help
Tells how often the draw data is cleared when using X-axis scroll mode.
Valid range is 1...100
1 frees the draw data and the reconstructs 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 reconstructs 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.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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