@kalle
I'm looking for a plotting library that can plot data interactively. Specifically, I wish to render 1D histogram like curves that are spline smoothed, allow overlay with seperate axes on the left and right. The plots need to be rendered as "filled" plots (i.e. color under the curve), but the fill area needs to be controllable by user interaction. Automatic scaling, labeling, legending, and coloring would also be nice. The qwt library almost delivers what I need. However, I find its interface non-intuitive and its 2D plot rendering leaves a lot of features out.
I looked at KD Chart, and it may be what I am looking for. Of course, I'm only interested in free, open-source solutions.