WinRTXamlToolkit.Controls.DataVisualization 2.3.0

Requires NuGet 3.0 or higher.

dotnet add package WinRTXamlToolkit.Controls.DataVisualization --version 2.3.0
                    
NuGet\Install-Package WinRTXamlToolkit.Controls.DataVisualization -Version 2.3.0
                    
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="WinRTXamlToolkit.Controls.DataVisualization" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinRTXamlToolkit.Controls.DataVisualization" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="WinRTXamlToolkit.Controls.DataVisualization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinRTXamlToolkit.Controls.DataVisualization --version 2.3.0
                    
#r "nuget: WinRTXamlToolkit.Controls.DataVisualization, 2.3.0"
                    
#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.
#addin nuget:?package=WinRTXamlToolkit.Controls.DataVisualization&version=2.3.0
                    
Install WinRTXamlToolkit.Controls.DataVisualization as a Cake Addin
#tool nuget:?package=WinRTXamlToolkit.Controls.DataVisualization&version=2.3.0
                    
Install WinRTXamlToolkit.Controls.DataVisualization as a Cake Tool

Charting Controls for Windows 10, ported from the Silverlight Toolkit.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
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 WinRTXamlToolkit.Controls.DataVisualization:

Package Downloads
WinRTXamlToolkit.Controls.DataVisualization.UWP

Charting Controls for Windows 10, ported from the Silverlight Toolkit.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 57,223 2/12/2017
2.2.0 1,945 1/26/2017
2.0.0 6,232 3/4/2016
1.6.1.3 21,799 4/24/2014
1.6.1.2 1,609 4/24/2014
1.6.1.1 1,479 4/24/2014
1.6.1 1,475 4/24/2014
1.6.0.5 1,760 4/3/2014
1.6.0.4 1,558 4/2/2014
1.6.0.3 1,519 4/1/2014
1.6.0.2 1,514 4/1/2014
1.6.0.1 1,507 4/1/2014
1.6.0 1,592 4/1/2014
1.5.4.3 2,559 12/10/2013
1.5.4.2 1,733 11/19/2013
1.5.4.1 1,509 11/15/2013
1.5.4 1,496 11/15/2013
1.5.3.8 1,525 11/4/2013
1.5.3.7 1,439 11/4/2013
1.5.3.6 1,444 11/4/2013
1.5.3.5 1,456 11/4/2013
1.5.3.4 1,408 11/4/2013
1.5.3.3 1,469 10/28/2013
1.5.3.2 1,433 10/28/2013
1.5.3.1 1,408 10/28/2013
1.5.3 1,783 10/2/2013
1.5.2 2,600 7/3/2013
1.5.1 1,661 7/1/2013
1.5.0 1,631 6/30/2013
1.4.5 1,618 6/24/2013
1.4.4.1 2,226 6/14/2013
1.4.4 1,490 6/14/2013
1.4.3 1,575 6/2/2013
1.4.2 1,538 5/27/2013
1.4.1 1,511 5/20/2013
1.4.0 1,437 5/19/2013
1.3.8.1 1,460 5/11/2013
1.3.8 1,491 5/2/2013
1.3.7.5 1,413 4/29/2013
1.3.7.4 1,449 4/26/2013
1.3.7.3 1,430 4/26/2013
1.3.7.2 1,434 4/24/2013
1.3.7.1 1,459 4/22/2013
1.3.7 1,483 4/22/2013
1.3.6 1,498 4/15/2013
1.3.5.3 1,916 1/8/2013
1.3.5.2 1,504 1/4/2013
1.3.5.1 2,295 11/16/2012
1.3.5 1,655 11/13/2012

Charting Controls for Windows 10, ported from the Silverlight Toolkit.

     Note that this is a Windows 10+ UWP version of the package. For a Windows 8.1 version - try making your nuget dependency be on version 1.6.1.3.

     Features
     - Pie Chart (PieSeries)
     - Column Chart (ColumnSeries)
     - Bar Chart (BarSeries)
     - Line Chart (LineSeries)
     - Area Chart (AreaSeries)
     - Bubble Chart (BubbleSeries)
     - Scatter Chart (ScatterSeries)
     - Stacked Bar Chart (StackedBarSeries)
     - 100% Stacked Bar Chart (Stacked100BarSeries)
     - Stacked Column Chart (StackedColumnSeries)
     - 100% Stacked Column Chart (Stacked100ColumnSeries)

     See also
     - WinRTXamlToolkit for various controls and tools
     - WinRTXamlToolkit.Controls.Calendar for a calendar control
     - WinRTXamlToolkit.Controls.DataVisualization for data visualization controls (charts)
     - WinRTXamlToolkit.Controls.Gauge for a gauge control
     - WinRTXamlToolkit.Debugging for debugging helpers