Thread: .Net Charts

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    40

    .Net Charts

    Hey, I'm working on a program using C# and .Net. What I would like to have is a graph that uses polar coordinates and has 2 y-axes, each with its own series of data (they will share the same x-axis). But i need the 2 y-axes to have different scales and units, and i would like to show both scales.

    What i have so far is the graph, and i successfully plot one of the series without any troubles, but how do i get the second series on there now? And how do i show two scales?

    And thirdly, how can I reverse the direction that the x-axis goes? i tried setting xaxis.isReversed to true and false, but that didn't make any difference.

    Thanks for any and all help.
    -Adam.

  2. #2
    Registered User
    Join Date
    Nov 2010
    Posts
    5
    Although I am new to this board I am familiar with C#. The MSDN forums would probably get a little more response.

    Visual C# Category

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    40
    ok, thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .NET Charts
    By xddxogm3 in forum C# Programming
    Replies: 2
    Last Post: 05-03-2008, 03:02 PM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM