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
  1. Home
  2. General Programming
  3. WPF
  4. Graph Control in WPF

Graph Control in WPF

Scheduled Pinned Locked Moved WPF
csharpwpfdata-structures
2 Posts 2 Posters 0 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.
  • A Offline
    A Offline
    arun_pk
    wrote on last edited by
    #1

    In my project i need to create a graph which works same as an oscilloscope . which will be the best graph control that i can use here .... thanks in advance

    M 1 Reply Last reply
    0
    • A arun_pk

      In my project i need to create a graph which works same as an oscilloscope . which will be the best graph control that i can use here .... thanks in advance

      M Offline
      M Offline
      Michael Eber
      wrote on last edited by
      #2

      "best" is always a subjective value. Get the WPF toolkit for Visual Studio and use the Chart. Change the internal to a LineSeries. You need to keep your x axis values fixed while changing the y value in the array you use to populate the ItemsSource of the LineSeries. So keep deleting item[0] and add the new point to the end of your List.

      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