I've created a TeeChart in RAD Studio XE8 C++ Builder. I know you can use Print or PrintPartial to output to a printer. I'm wondering if there's a way to output this TeeChart to a PDF?
edit: This feature is included in the "pro" version. For now, I'm using the TeeChart Draw function to draw to a bitmap, then use a separate utility to move that into a PDF.