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