Click or drag to resize

RenderOptionsCommonWaitForVSync Property

LightningChart .NET Help
Wait for next refresh, V-Sync. 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.Charting.Views
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool WaitForVSync { get; set; }

Property Value

Type: Boolean
See Also