Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Multiple Series on a ReportViewer chart

Multiple Series on a ReportViewer chart

Scheduled Pinned Locked Moved C#
tutorial
4 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ChrisFarrugia
    wrote on last edited by
    #1

    Dear all, I have this scenario: I want to have a chart on which i plot 4 lines .. i.e. 4 line graphs. This means that somehow I have to use more than I series. Any idea on how to create an appropriate data source for this. I already have a class named coordinate which has an x value and a y value. The thing i am missing is how to put multiples of these in order to have 4 serieses. Thanks a lot, Chris

    L 1 Reply Last reply
    0
    • C ChrisFarrugia

      Dear all, I have this scenario: I want to have a chart on which i plot 4 lines .. i.e. 4 line graphs. This means that somehow I have to use more than I series. Any idea on how to create an appropriate data source for this. I already have a class named coordinate which has an x value and a y value. The thing i am missing is how to put multiples of these in order to have 4 serieses. Thanks a lot, Chris

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      ChrisFarrugia wrote:

      I already have a class named coordinate

      ChrisFarrugia wrote:

      how to put multiples of these in order

      Maybe a collection?

      C 1 Reply Last reply
      0
      • L led mike

        ChrisFarrugia wrote:

        I already have a class named coordinate

        ChrisFarrugia wrote:

        how to put multiples of these in order

        Maybe a collection?

        C Offline
        C Offline
        ChrisFarrugia
        wrote on last edited by
        #3

        Thanks a lot for your reply but I think I did not manage to explain well what i meant. What I want is a way to have 4 coordinates collections each of which representing a line graph on the same axis. I hope I made myself clearer. Thanks Chris

        L 1 Reply Last reply
        0
        • C ChrisFarrugia

          Thanks a lot for your reply but I think I did not manage to explain well what i meant. What I want is a way to have 4 coordinates collections each of which representing a line graph on the same axis. I hope I made myself clearer. Thanks Chris

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #4

          ChrisFarrugia wrote:

          I want is a way to have 4 coordinates collections

          So if you can have a collection of coordinates can't you have a collection of coordinate collections? You have not provided any specific problem definition. It seems you just don't know how to use collections.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups