RenderingSettings
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
LiveCharts rendering settings, this class is used to configure the rendering engine.

Inheritance:
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.
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
Gets or sets a value indicating whether the chart should show the frames per second and more information about the rendering in the top left corner of the chart. Default is false.
Type: Boolean