Hi Michael,
In general even older versions of the control are compatible with 64bit versions of Windows - the only exception is the license key manager which does not read/write in the
HKEY_LOCAL_MACHINE\Software\WOW6432Node
registry node as it should, which requires you to apply the license key by code.
Regarding:
"At runtime, the chart is rendered and my data is plotted OK but when the app tries to change the chart's BoundsMode or Projection property in response to a button click, nothing happens. In particular, it does not change to a 3D view when the projection is set to PerspectiveTilted. I can step through the code in the debugger and no exception is generated. It's as if the code has simply not been executed. Running VS and/or the app as administrator makes no difference."
Do you call the control refresh method after you make changes to the control:
nChartControl1.Refresh();
Let us know if you meet any problems or have any questions.
Best Regards,
Nevron Support Team