I would like to select points on my curve by dragging a square with m开发者_JAVA技巧y mouse. Of course I can build this myself, but I was wondering if it can be done easier?Unfortunately not. You woul
Question: Anybody has experience with ZedGraph / MS-Chart controls ? I am thinking about which to use ?
For my project, I need to add and update real-time data to my dual y-axis graph. The Y and Y2 values share the same X value, and I created it already. Now I have a function that adds the new point pai
I\'m using C#. When I use AxisChange() to adjust the axis on my graph, it works fine, until I go into the graph pane and manually zoom in and out.
I have a process that refreshes a 1000 line graph while a TrackBar scrolls. I\'ve done some StopWatching and found that ZGC.Refresh() accounts for 90% of the process run time.The ability to see the g
How can I access the event that is triggered when a graph pane is resized? After each resize, I want开发者_如何学JAVA to fix the text size on the title and labels so they don\'t get huge when the win
I am using ZedGraph to draw my plots in C#. I need to know which bar (in bar chart)开发者_如何学JAVA was clicked by a mouse. How can I do that? Is there any way to get a bar by a point and for example
I\'m having trouble figuring out how to get this simple operation to work. LineItem Curve = Pane.AddCurve(Name,Data,Color.blue,SymbolType.Diamond);
I have a program that adds LineItems to a ZedGraph pane whenever data parameters are set and a submit button is pressed.
i am trying ZedGraph in windows form. i imported the dll and it shows in UI designer successfully. when i compile and run the program. it pops up the zedgrah grilled view, but no points on it. could a