Get Y value across .NET chart series from X value
问题 using C# with .NET chart. I am trying to graph several waveforms, and I wish to move my mouse across the chart area, and have my tooltip display the Y value of each series in the chart at this X value location. | at xValue 12 | | | _ = 3 | | | * = 2 | * * | | ________|______________________________*_____ | | / | * | | __________*/*********|***************************** | | * | | | * | | |______________________|_____________________________________| Kind of like this diagram above. Below is a