Click or drag to resize

SampleDataSeriesScrollingStabilizing Property

LightningChart .NET Help
Gets or sets if stabilize scrolling mode by rounding shifting to nearest integer pixel position. This is a dependency property. Reduces wobbling of the scrolling waveform, but may show as slight X-dimensional distortion.
Remarks
Only applies when XAxis ScrollMode = Scrolling

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

Property Value

Type: Boolean
See Also