Group: Forum Members
Last Active: 11 Years Ago
Posts: 9,
Visits: 1
|
Hi guys, I would like to know how can I save and open a graphic to .NCB (nevron chart binary) programatically. Would be the same as clicking save to .ncb on the toolbar. Couldn't find how to do this Thanks!
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Andre, The following line of code saves the current chart state in ncb format: nChartControl1.Serializer.SaveControlStateToFile("c:\\chart.ncb", Nevron.Serialization.PersistencyFormat.CustomBinary, null);
Best Regards, Nevron Support Team
|