CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    2

    ZedGraph miss points

    I have a chart with several linechart all using same x axis.

    I now want to add another plot of just points, but that share the same x axis.

    Can this be done?

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: ZedGraph miss points

    That looks like a nice graphing library. I haven't used it before though. Perhaps this is what you want though:

    http://zedgraph.org/wiki/index.php?t...tter_Plot_Demo

    That gives info on how to generate a scatterplot.

    ...Victory?
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

  3. #3
    Join Date
    Mar 2011
    Posts
    2

    Re: ZedGraph miss points

    YEs. I have already looked at that.

    My problem is combining lines that have a y value for every x. With those that only have certain (x,y) pairs.

    I have attached an excel example of what I want.
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured