For example, I want to add a button to a form which saves or brings up the export dialog, without using the NChartCommandBarsManager. How do I acheive this? I got to
NChartCommander commander = new NChartCommander(); commander.ChartControl = nChartControl; commander.Commands[ChartCommand.Save].
but there is no Execute method?
Thanks
Kevin