Home All Groups Group Topic Archive Search About
Author
12 Apr 2007 4:22 PM
colin
Hi,
    Im using the DataPlotter from codeproject,
it does some of what I need and is nice and simple to understand and use,
but it doesnt take care of things like setting numbers on the scale
so they look pretty,
or do any scrolling or zooming or have a tooltip wich tells you the value at
the cursor,
or allow you to have 2 lines on the same graph with possibly a corseponding
scale at both left and right side etc.

before I do much to modify this is there something with a bit more to it but
not so complicated itl take me ages to figutre it out ?

ive already made it to work out a scale and grid so it uses the neaatest
numbers, but now I find theres an underflow error and instead of a nice zero
in the middle I sometimes get 1.2783465e-265 or whatever.

It doesnt seem to get log scales correct either unless the start and end are
at multiples of 10^n

thanks
Colin =^.^=

Author
12 Apr 2007 8:34 PM
ReneMarxis
Could
http://zedgraph.sourceforge.net/samples.html

help?

Show quoteHide quote
On 12 Apr., 18:22, "colin" <colin.ro...@ntworld.NOSPAM.com> wrote:
> Hi,
>     Im using the DataPlotter from codeproject,
> it does some of what I need and is nice and simple to understand and use,
> but it doesnt take care of things like setting numbers on the scale
> so they look pretty,
> or do any scrolling or zooming or have a tooltip wich tells you the value at
> the cursor,
> or allow you to have 2 lines on the same graph with possibly a corseponding
> scale at both left and right side etc.
>
> before I do much to modify this is there something with a bit more to it but
> not so complicated itl take me ages to figutre it out ?
>
> ive already made it to work out a scale and grid so it uses the neaatest
> numbers, but now I find theres an underflow error and instead of a nice zero
> in the middle I sometimes get 1.2783465e-265 or whatever.
>
> It doesnt seem to get log scales correct either unless the start and end are
> at multiples of 10^n
>
> thanks
> Colin =^.^=
Are all your drivers up to date? click for free checkup

Author
12 Apr 2007 8:48 PM
colin
"ReneMarxis" <marxis.r***@googlemail.com> wrote in message
news:1176410090.302854.10240@n76g2000hsh.googlegroups.com...
> Could
> http://zedgraph.sourceforge.net/samples.html
>
> help?

yeah that looks pretty cool thanks :)

Colin =^.^=
Author
14 Apr 2007 7:15 AM
Rad [Visual C# MVP]
On Thu, 12 Apr 2007 16:22:54 GMT, colin wrote:

Show quoteHide quote
> Hi,
>     Im using the DataPlotter from codeproject,
> it does some of what I need and is nice and simple to understand and use,
> but it doesnt take care of things like setting numbers on the scale
> so they look pretty,
> or do any scrolling or zooming or have a tooltip wich tells you the value at
> the cursor,
> or allow you to have 2 lines on the same graph with possibly a corseponding
> scale at both left and right side etc.
>
> before I do much to modify this is there something with a bit more to it but
> not so complicated itl take me ages to figutre it out ?
>
> ive already made it to work out a scale and grid so it uses the neaatest
> numbers, but now I find theres an underflow error and instead of a nice zero
> in the middle I sometimes get 1.2783465e-265 or whatever.
>
> It doesnt seem to get log scales correct either unless the start and end are
> at multiples of 10^n
>
> thanks
> Colin =^.^=

Check out NPlot ...

Bookmark and Share