RenderingSettings
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
LiveCharts rendering settings, this class is used to configure the rendering engine.
Object
=>
RenderingSettings
Properties
Indicates whether hardware acceleration is used, this will only work
if the platform and device support it.
This is ignored in Avalonia and Uno-Desktop because in those platforms
the frame rate and rendering cadence is determined by them.
Default is false, except on Blazor where the default is true (WebGL
renders desktop-quality charts; raster mode is uglier and only worth
opting into when WebGL is unavailable).
Type: Boolean
Type: Boolean
Type: Boolean
Defines the desired frames per second when using the LiveCharts render loop, this has no effect
when TryUseVSync is true and UseGPU is true.
Default is 60. This is ignored in Avalonia, the frame rate is determined by Avalonia itself.
Type: Double
Type: Double