ZedGraph 5.1.7

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

ZedGraph is a class library, user control, and web control for .net, written in C#, for drawing 2D Line, Bar, and Pie Charts. It features full, detailed customization capabilities, but most options have defaults for ease of use.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on ZedGraph:

Package Downloads
EmguCV

Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.

Accord.Controls

Histograms, scatterplots and tabular data viewers for scientific applications. This package is part of the Accord.NET Framework.

ZedGraph.Web

ZedGraph is a class library, user control, and web control for .net, written in C#, for drawing 2D Line, Bar, and Pie Charts. It features full, detailed customization capabilities, but most options have defaults for ease of use.

Bonsai.Design.Visualizers

Bonsai Visualizers Library containing base visualizer classes and editor infrastructure.

Universe.OpenCv.Windows.Forms.Controls

Элементы управления на базе Windows Forms и OpenCV.

GitHub repositories (16)

Showing the top 16 popular GitHub repositories that depend on ZedGraph:

Repository Stars
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
microsoft/samples-for-ai
Samples for getting started with deep learning across TensorFlow, CNTK, Theano and more.
takuya-takeuchi/DlibDotNet
Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS
colgreen/sharpneat
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
UniqProject/BDInfo
BDInfo from http://www.cinemasquid.com/blu-ray/tools/bdinfo
UiPath/Community.Activities
Repository of Windows Workflow Foundation Activities for UiPath Community
KjetilSv/Win10As
Make your windows 10 computer IOT friendly
steponteam/FaceRecognization
A C# wrapper of arcsoft's face recogization library.
avestura/PhotoFiremark
🖼 PhotoFiremark hides a photo in another photo
bonsai-rx/bonsai
The compiler, IDE, and standard library for the Bonsai visual programming language for reactive systems
captjevans/JevonsCameraViewer
An app for viewing multiple video streams from USB cameras. Low cost real time eye tracking. You can rotate and mirror the images and also use a variety of filters. Easily take screenshots. Very useful for c270 hacks. Exposure lock and some openCV examples included
CodecWang/learn-opencv-edu
An OpenCV GUI for education built with EmguCV(C#)
drnxloc/AutoLDPlayer
Auto ADB LDPlayer
Azure-Samples/cognitive-services-dotnet-sdk-samples
Learn how to use the Cognitive Services SDKs with these samples
aoso3/Real-Time-Abnormal-Events-Detection-and-Tracking-in-Surveillance-System
The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
Version Downloads Last updated
6.0.0-alpha0001 55,313 7/25/2018
6.0.0-alpha0000 1,779 5/21/2018
5.1.7 1,596,392 9/19/2015
5.1.6 88,770 12/29/2012
5.1.5 469,379 12/14/2011

Updates to the cursor and point values tooltip.
Update zoom frame drawing to support HDPI display modes.
Updated the PrintDialog to use the UseEXDialog property, functionally controlled through UseExtendedPrintDialog property.
Fixed an issue with the OHLCBarItems where the width of the bars was incorrect on non-oridinal axis.
Fixed an issue with the scales that caused very small ranges to not display the scale with a magnitude.