Scattered and Line in a Single Chart

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nandithadevaraj
    New Member
    • Feb 2008
    • 16

    #1

    Scattered and Line in a Single Chart

    Hai All,

    Currently i am working on reports in windows application. In reports i need to use scattered type chart in that x-axis value should come from Data source how to do that ??? Please any one help me on this. where i have to drop the data???
  • nandithadevaraj
    New Member
    • Feb 2008
    • 16

    #2
    Scattered and Line in a Single Chart

    Hi,

    I am doing Reports in windows application. I need to know that can i have both clusters and Line in a single chart. Is it possible to do?? Please any one help me out on this


    Thanks

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Merged threads, please don't double post. It's against the posting guidelines

      MODERATOR



      Have you found a third party chart creation object, or have you created one yourself yet?

      Comment

      • nandithadevaraj
        New Member
        • Feb 2008
        • 16

        #4
        Originally posted by Plater
        Merged threads, please don't double post. It's against the posting guidelines

        MODERATOR



        Have you found a third party chart creation object, or have you created one yourself yet?

        No i am not using any third party chart.

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Well then you will need to create a chart object for yourself, or get a third party one.
          .NET doesn't have any native chart controls. You can probably get one from the msoffice dll's somehow though.

          Comment

          • TheEarthWillShake
            New Member
            • Jun 2008
            • 2

            #6
            You can try using Microsoft's OWC, or Open Flash Chart.

            http://www.microsoft.com/downloads/d...displaylang=en

            You can specify two different graphs then at the end write to one gif file and display it.

            Comment

            Working...