Guna.Charts.WinForms 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Guna.Charts.WinForms --version 1.0.2
NuGet\Install-Package Guna.Charts.WinForms -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="Guna.Charts.WinForms" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Guna.Charts.WinForms --version 1.0.2
#r "nuget: Guna.Charts.WinForms, 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 Guna.Charts.WinForms as a Cake Addin
#addin nuget:?package=Guna.Charts.WinForms&version=1.0.2

// Install Guna.Charts.WinForms as a Cake Tool
#tool nuget:?package=Guna.Charts.WinForms&version=1.0.2

A modern WinForms charting library that lets you easily build interactive data visualizations.

16 chart types:
- Visualize your data in 16 different chart types (Area, Bar, Bubble, Doughnut, HorizontalBar, Line, Pie, PolarArea, Radar, Scatter, Spline, SplineArea, StackedBar, StackedHorizontalBar, SteppedArea, SteppedLine).

Responsive:
- Easily respond to changes in screen size.

Live charts:
- Creating a real-time data dashboard is now very easy.

Mixed chart types:
- Mix several chart types such as Bar and Line/Area.

Requirements
Minimum System and User Requirements

Guna UI currently work with C# and VB.NET languages, specifically and specially designed for Windows Forms applications.

To effectively get the most out of our tools, your system needs to meet the following minimum requirements:
- Runs on Windows.
- Microsoft .NET Framework 4.0 or higher.
- Visual Studio 2012 or later (recommended).

As a developer, you need to:
- Have a basic knowledge of C# or VB.NET.
- Have a basic knowledge of Windows Forms.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 4,699 8/28/2023
1.0.8 5,266 2/21/2023
1.0.4 6,815 5/18/2022
1.0.3 2,526 1/31/2022
1.0.2 2,164 10/11/2021
1.0.1 1,338 9/22/2021

Improved > GunaChart
- Optimized performance.

Improved > GunaBarDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.
- Added BarPercentage property: Percentage width on bar.

Improved > GunaAreaDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaHorizontalBarDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaLineDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaSplineAreaDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaSplineDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaStackedBarDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaStackedHorizontalBarDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved >  GunaSteppedAreaDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > GunaSteppedLineDataset
- Added IndexLabel property: Sets the default indexLabel for all the dataPoints. e.g = {label}/{value}/{x}/{y}
- Added IndexLabelForeColor property: Sets the chart indexLabel color.

Improved > Legend
- Added BoxWidth property: Width of coloured box.