TeeChart 2.4.0

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

// Install TeeChart as a Cake Tool
#tool nuget:?package=TeeChart&version=2.4.0

TeeChart for Javascript is available as a standalone product and as an export format across the TeeChart product range. Both formats enable HTML5 live in-browser charts as a visualisation format for a selected range of TeeChart data series types. Other series types, not supported in the dynamic model, may be output to browsers as static HTML5 charts. See www.w3.org/TR/html5 for more details of the HTML5 specfication.

TeeChart for Javascript Live charts support zoom and scroll, a variety of interactive mouse-click events and finger-touch sensitivity on touch devices (mobile, ipad, tablets...).

TeeChart Series Types currently supported are:

Bar, Horizbar, Line, SmoothLine, Pie, Donut, Area, HorizArea, SmoothArea, Point (Scatter XY), Bubble, Candle (OHLC), Volume, Gauges, Clocks, World / USA / Europe maps and Spark lines.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
2.4.0 4,146 2/16/2018
2.3.0 2,151 1/8/2018
2.1.0 2,226 11/3/2017
2.0.0 2,150 9/4/2017
1.3.0 9,696 11/18/2012
1.2.0 2,538 9/29/2012

Bugfixes/changes:

-[1976] Fixed uncaught range error when having many points in a series.

-[1984] Fixed error when Annotations/Marks had items insisde.

-[1993] Fixed "axis" animation failing to correctly modify right & top axes when using "both" axes.

New Features:

-[1994] ActivityGauge improvements.

-[1995] ToolTip findPoint. New property fixes tooltips to nearest points when moving.