Click or drag to resize

SampleDataSeriesScrollingStabilizing Property

LightningChart .NET Help
Stabilize scrolling mode by rounding shifting to nearest integer pixel position. Reduces wobbling of the scrolling waveform, but may show as slight X-dimensional distortion.
Remarks
Only applies when XAxis ScrollMode = Scrolling

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool ScrollingStabilizing { get; set; }

Property Value

Type: Boolean
See Also