Click or drag to resize

RenderOptionsCommonWaitForVSync Property

LightningChart .NET Help
Gets or sets if wait for next refresh, V-Sync. This is a dependency property. If the computer is fast enough, disabling this can give higher refresh rate than the screen refresh rate is. By disabling this, rendering does not wait next screen refresh turn.

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

Property Value

Type: Boolean
See Also