WinRTXamlToolkit.Controls.DataVisualization 1.6.1.3

dotnet add package WinRTXamlToolkit.Controls.DataVisualization --version 1.6.1.3
NuGet\Install-Package WinRTXamlToolkit.Controls.DataVisualization -Version 1.6.1.3
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="1.6.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinRTXamlToolkit.Controls.DataVisualization --version 1.6.1.3
#r "nuget: WinRTXamlToolkit.Controls.DataVisualization, 1.6.1.3"
#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 WinRTXamlToolkit.Controls.DataVisualization as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.Controls.DataVisualization&version=1.6.1.3

// Install WinRTXamlToolkit.Controls.DataVisualization as a Cake Tool
#tool nuget:?package=WinRTXamlToolkit.Controls.DataVisualization&version=1.6.1.3

Charting Controls for Windows 8.0 and 8.1, ported from the Silverlight Toolkit.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1.3 2,758 4/24/2014
1.6.1.2 69 4/24/2014
1.6.1.1 65 4/24/2014
1.6.1 63 4/24/2014
1.6.0.5 76 4/3/2014
1.6.0.4 58 4/2/2014
1.6.0.3 58 4/1/2014
1.6.0.2 56 4/1/2014
1.6.0.1 58 4/1/2014
1.6.0 63 4/1/2014
1.5.4.3 115 12/10/2013
1.5.4.2 62 11/19/2013
1.5.4.1 56 11/15/2013
1.5.4 53 11/15/2013
1.5.3.8 65 11/4/2013
1.5.3.7 54 11/4/2013
1.5.3.6 51 11/4/2013
1.5.3.5 54 11/4/2013
1.5.3.4 52 11/4/2013
1.5.3.3 55 10/28/2013
1.5.3.2 54 10/28/2013
1.5.3.1 53 10/28/2013
1.5.3 80 10/2/2013
1.5.2 146 7/3/2013
1.5.1 52 7/1/2013
1.5.0 45 6/30/2013
1.4.5 51 6/24/2013
1.4.4.1 644 6/14/2013
1.4.4 44 6/14/2013
1.4.3 46 6/2/2013
1.4.2 49 5/27/2013
1.4.1 45 5/20/2013
1.4.0 48 5/19/2013
1.3.8.1 50 5/11/2013
1.3.8 51 5/2/2013
1.3.7.5 46 4/29/2013
1.3.7.4 45 4/26/2013
1.3.7.3 45 4/26/2013
1.3.7.2 46 4/24/2013
1.3.7.1 47 4/22/2013
1.3.7 48 4/22/2013
1.3.6 48 4/15/2013
1.3.5.3 56 1/8/2013
1.3.5.2 48 1/4/2013
1.3.5.1 258 11/16/2012
1.3.5 50 11/13/2012

Charting Controls for Windows 8.0 and 8.1, ported from the Silverlight Toolkit.

     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 other controls and tools
     - WinRTXamlToolkit.Composition for helpers for rendering the XAML UI into a bitmap
     - WinRTXamlToolkit.Controls.Calendar for a calendar control