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.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool WaitForVSync { get; set; }<DefaultValueAttribute(false)>
Public Property WaitForVSync As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool WaitForVSync {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also