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.
RemarksOnly 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; }<DefaultValueAttribute(false)>
Public Property ScrollingStabilizing As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ScrollingStabilizing {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also