Hi Darren,
We just tested this with the latest version and it was working:
nChartControl1.KeyPress += NChartControl1_KeyPress;
nChartControl1.Focus();
private void NChartControl1_KeyPress(object sender, KeyPressEventArgs e)
{
throw new NotImplementedException();
}
Please note that the control must have the input focus to receive this event just like any WinForm control.
We hope this helps - let us know if you have any questions.
Best Regards,
Nevron Support Team