Bodoconsult.Core.Charting.Base
1.0.2
dotnet add package Bodoconsult.Core.Charting.Base --version 1.0.2
NuGet\Install-Package Bodoconsult.Core.Charting.Base -Version 1.0.2
<PackageReference Include="Bodoconsult.Core.Charting.Base" Version="1.0.2" />
paket add Bodoconsult.Core.Charting.Base --version 1.0.2
#r "nuget: Bodoconsult.Core.Charting.Base, 1.0.2"
// Install Bodoconsult.Core.Charting.Base as a Cake Addin #addin nuget:?package=Bodoconsult.Core.Charting.Base&version=1.0.2 // Install Bodoconsult.Core.Charting.Base as a Cake Tool #tool nuget:?package=Bodoconsult.Core.Charting.Base&version=1.0.2
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 | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Bodoconsult.Core.Typography (>= 1.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bodoconsult.Core.Charting.Base:
Package | Downloads |
---|---|
Bodoconsult.Core.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.
Bugfixes