I am trying to show some elevation/cross section data in a graph. I am trying to do this in arcgis graphs. But because of my previous graph work was in .net, I found arcobjects.net API for graphing is not so much coder friendly. So, now I want to go back in .net graphs. But before that I want to be confirm that, I am not doing any kind of mistakes. So I goggled for advantage and disadvantage of arcgis graphs from coder perspective. But I couldn't find that much information there. So I want some help from experts.
EDIT : Based on selecting water-body from the map, I am showing a graph. This graph shows elevation value of that water-body's elevation. If user selects another water-body, then another series will be added. I am showing this graph from my add-in. It's not necessary to show it within ArcGIS Desktop's graphing framework. But if I can show it from ArcGIS Desktop's graphing framework, it will be great.
For graphing, which one would be good .net graphs or arcgis graphs?