From ed02d729585db48c2777a2c2d6b738d2e89db11d Mon Sep 17 00:00:00 2001 From: Martin Ivanov Date: Wed, 22 May 2024 16:48:26 +0300 Subject: [PATCH] Update rendering.md --- controls/radchartview/features/rendering.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/controls/radchartview/features/rendering.md b/controls/radchartview/features/rendering.md index 11cd756a8..01df42c7a 100644 --- a/controls/radchartview/features/rendering.md +++ b/controls/radchartview/features/rendering.md @@ -23,7 +23,12 @@ It is important to have in mind that the rendering feature affects only the defa Skia is 2D graphic library for drawing graphics in a performant way. The RadChartView components can also benefit from the Skia API to further extend and optimize their rendering capabilities and performance. -In order to use the `SkiaRenderOptions`, you will need to install the [SkiaSharp NuGet package](https://www.nuget.org/packages/SkiaSharp/2.88.6) (version 2.88.6). After referencing the SkiaSharp binary, you will be able to set the `RenderOptions` property of the series. +In order to use the `SkiaRenderOptions`, you will need to reference the following binaries in your project: + +* [SkiaSharp NuGet package](https://www.nuget.org/packages/SkiaSharp/2.88.6) (version 2.88.6). +* __Telerik.Windows.Controls.Chart.Skia.dll__ + +After that you can set the `RenderOptions` property of the series. #### __XAML__ {{region radchartview-features-rendering-0}}