tchart import : Wrong *.tee file format
Posted: Fri Jan 12, 2018 9:22 am
Hello,
I want to export tchart config and then import config stream :
it shows error message: "Wrong *.tee file format"
can you show where the problem is?
or would tell me how to do?
TChart version: 2017 ActiveX
Thanks
I want to export tchart config and then import config stream :
Code: Select all
CExport export1 = (CExport)m_tchart.get_Export();
VARIANT var = export1.SaveToXMLStream(TRUE, TRUE);
CImport import1 = (CImport)m_tchart.get_Import();
import1.LoadFromStream(var);
can you show where the problem is?
or would tell me how to do?
TChart version: 2017 ActiveX
Thanks