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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bodoconsult.Core.Charting.Base" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bodoconsult.Core.Charting.Base --version 1.0.2
#r "nuget: Bodoconsult.Core.Charting.Base, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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:

  1. Getting data as DataTable from a database
  2. Create a ChartData object to make general settings for the chart and load the data from the DataTable as List<IChartItemData>
  3. Create a ChartHandler and deliver the ChartData object to it
  4. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.2 405 12/15/2022
1.0.0 824 12/17/2020

Bugfixes