Hello, In order to achieve the behavior you are looking for, you need to pass a VARIANT object as the second parameter of the Export method. Please refer to the code below: [C++] VARIANT v; V_VT(&v) = VT_EMPTY; m_chartPtr->Export(Cfx62::FileFormat_Metafile,v); I hope this helps.