Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Small program that demonstrates how to create interactive drag and drop on data in Microsoft Chart Control. This program also demonstrates data binding between the Chart Control and a DataGridView

Notifications You must be signed in to change notification settings

meng-hui/InteractiveMSChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

README

To compile and run this program, you need .NET Framework 3.5 Service Pack 1 (http://www.microsoft.com/en-us/download/details.aspx?id=22) and Microsoft Chart Controls (http://www.microsoft.com/en-us/download/details.aspx?id=14422)

This small program demonstrates how to achieve simple interactivity on Microsoft Chart Controls. The appearance of the graph is modified in accordance to the mouse position and mouse events on the chart, namely MouseMove, MouseDown and MouseUp events.  PixelPositionToValue is used to convert the mouse position to an axis value.

The graph data implements INotifyPropertyChanged, which allows the DataGridView to update when moving a data point on the chart.

About

Small program that demonstrates how to create interactive drag and drop on data in Microsoft Chart Control. This program also demonstrates data binding between the Chart Control and a DataGridView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages