Share

ZedGraph

Code

Programming Languages: C#

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics svn co https://zedgraph.svn.sourceforge.net/svnroot/zedgraph zedgraph

Show:

What's happening?

  • Followup: RE: YAxis and Y2Axis zero lines differ

    Have you found any solution? Maybe something has changed since 2005 year.

    2009-11-21 00:06:37 UTC by drawer

  • mixed scale

    Hello to all .. I need your help to solve my problem! I need to create a single chart with linear scale, logarithmic or mixed in Hybrid, a mid-scale on x is linear and the remainder is exponential. Same goes for the axis of y. The user should be able to move at will the dividing point of the type of scale at runtime. I saw that this thing is not provided in ZedGraph .. how can I do? who can...

    2009-11-20 15:51:14 UTC by lucaramundo

  • mixed scale

    Hello to all .. I need your help to solve my problem! I need to create a single chart with linear scale, logarithmic or mixed in Hybrid, a mid-scale on x is linear and the remainder is exponential. Same goes for the axis of y. The user should be able to move at will the dividing point of the type of scale at runtime. I saw that this thing is not provided in ZedGraph .. how can I do? who can...

    2009-11-20 15:50:40 UTC by lucaramundo

  • Followup: RE: Enlarge Graph Pane

    I have never done something similar, but what I would do is as follows: Create 2 ZedGraphControl objects, one containing all, small panes ("thumbnails"), and the second one designed to show enlarged charts. Then handle the "Click" event of the first one, where you would serialize the clicked pane and "send" it to the second zgc (and redraw, refresh, correct the layout...) Something...

    2009-11-19 10:24:28 UTC by gacko

  • Enlarge Graph Pane

    Hi Guys I'm very new to zedgraph but this software is pretty amazing. I have a master pane populating with a whole bunch of graph pane's. What I would like to do is be able to click on one of the graph panes and enlarge it. Is this possible? Could someone help me with a solution or point me towards one? Thanks Kevin.

    2009-11-19 07:05:38 UTC by kevin2809

  • Followup: RE: line stopped in the middle of the drawing

    @gacko thank you very much but its not the problem of zedgraph i tried re checking my data list again and the problem is solved sorry for the trouble.

    2009-11-19 03:24:04 UTC by vamsivizag

  • Followup: RE: cannot draw line completely

    hey i got this done its an error in the data calculation so please ignore this post.

    2009-11-19 03:22:21 UTC by vamsivizag

  • Followup: RE: Zedgraph Memory usage (help)

    I use a pplist to display ~ 3700 points pretty much as fast as screen refresh rates allow. The algorithm for displays after the first is: clearPPlist, display, loadPPlist, call the display routines. In addition, this graph displays alert conditions when data is outside of nominal. To trend this activity (i.e. instrument monitoring) over time, I build a separate graph. This graph rescales...

    2009-11-18 15:39:15 UTC by jbmckim

  • Followup: RE: Zedgraph Memory usage (help)

    Yes, handling big amounts of data is a real problem in ZG... IMHO, 12000 of points is a quite big number for a data container capacity... Do you really need such precision/history? Maybe try to optimize your code, display only relevant points etc... There are many techniques to do so... What kind of exception do you get? Could you paste stack trace of this exception?.

    2009-11-18 14:05:49 UTC by gacko

  • Followup: RE: line stopped in the middle of the drawing

    This is really strange. Have you tried to refresh the chart again after adding all curves to the pane?.

    2009-11-18 11:19:38 UTC by gacko

Our Numbers