Skip to content

Commit

Permalink
Update rendering.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinivanoff authored May 22, 2024
1 parent 0def838 commit ed02d72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion controls/radchartview/features/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit ed02d72

Please sign in to comment.