Mhm... You'll have to draw them yourself, for example by overriding a
custom control's 'OnPaint' method and using 'e.Graphics.*' there to draw the
charts. To handle mouse events simply handle the control's 'Click' event
and determine the cursor's position there ('Cursor.Position').