Hi Guru,
You can show the "Open File" dialog with the following code:
nChartControl1.Serializer.LoadControlStateFromFile();
You can show the "Save File" dialog with the following code:
nChartControl1.Serializer.SaveControlStateToFile();
There are several built-in dialog boxes related to printing:
nChartControl1.PrintManager.ShowPageSetupDialog();
nChartControl1.PrintManager.ShowPrintDialog();
nChartControl1.PrintManager.ShowPrintPreview();
You can take a look at the following examples in our Windows Forms demo application:
All Examples > Printing
All Examples > Serialization
All Examples > User Interface
Best Regards,
Nevron Support Team