Bodoconsult.Drawing.SkiaSharp
1.0.8
dotnet add package Bodoconsult.Drawing.SkiaSharp --version 1.0.8
NuGet\Install-Package Bodoconsult.Drawing.SkiaSharp -Version 1.0.8
<PackageReference Include="Bodoconsult.Drawing.SkiaSharp" Version="1.0.8" />
<PackageVersion Include="Bodoconsult.Drawing.SkiaSharp" Version="1.0.8" />
<PackageReference Include="Bodoconsult.Drawing.SkiaSharp" />
paket add Bodoconsult.Drawing.SkiaSharp --version 1.0.8
#r "nuget: Bodoconsult.Drawing.SkiaSharp, 1.0.8"
#:package Bodoconsult.Drawing.SkiaSharp@1.0.8
#addin nuget:?package=Bodoconsult.Drawing.SkiaSharp&version=1.0.8
#tool nuget:?package=Bodoconsult.Drawing.SkiaSharp&version=1.0.8
What does the library
Bodoconsult.Core.Charting.Base is a base class library for creating charts from database data. The workflow for using the library is generally as follows:
- Getting data as DataTable from a database
- Create a ChartData object to make general settings for the chart and load the data from the DataTable as List<IChartItemData>
- Create a ChartHandler and deliver the ChartData object to it
- Export the data to a file
To work properly the DataTable objects must have a certain logical structure depending on the type of chart you want to create.
How to use the library
This library is not intended for direct usage. It is a base library for Bodoconsult.Core.Charting
About us
Bodoconsult http://www.bodoconsult.de is a Munich based software company from Germany.
Robert Leisner is senior software developer at Bodoconsult. See his profile on http://www.bodoconsult.de/Curriculum_vitae_Robert_Leisner.pdf.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- ScottPlot (>= 5.1.57)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Bodoconsult.Drawing.SkiaSharp:
| Package | Downloads |
|---|---|
|
Bodoconsult.Charting.Base
Charting library based on ScottPlot library for easy charting of database data |
|
|
Bodoconsult.Charting
Charting library based on ScottPlot library for easy charting of database data |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.8 | 125 | 1/11/2026 |
First draft