RenderingSettingsWaitforVSync Field |
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.
Enabling this may improve performance especially in slow computers.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic WaitforVSync As Boolean
public:
bool WaitforVSync
Field Value
Type:
Boolean
See Also