WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone 1.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone --version 1.7.0
                    
NuGet\Install-Package WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone -Version 1.7.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.WindowsPhone" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone" />
                    
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.WindowsPhone --version 1.7.0
                    
#r "nuget: WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone, 1.7.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.WindowsPhone&version=1.7.0
                    
Install WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone as a Cake Addin
#tool nuget:?package=WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone&version=1.7.0
                    
Install WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone as a Cake Tool

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

Product Compatible and additional computed target framework versions.
Windows Phone wpa is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8.1 20,032 1/16/2015
1.8.0 1,402 1/15/2015
1.7.9 1,939 12/23/2014
1.7.8.2 1,656 12/18/2014
1.7.8 1,726 12/18/2014
1.7.7 1,590 12/15/2014
1.7.6.7 1,551 12/6/2014
1.7.4 2,540 10/3/2014
1.7.3 1,493 9/21/2014
1.7.2 1,455 9/14/2014
1.7.1 1,437 9/2/2014
1.7.0 1,434 8/30/2014

Charting Controls for Windows Phone 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