Select printer when printing a HierCubeChart

1

I have the HierCube library, from this library I use a HierCubeChart . Until then no problem. But when I print the graph with the HierCubeChart.Print command, I can not allow the user to select the printer to be printed. Finally I want to allow the user to select some print settings, that is, you can simply open the standard Windows dialog box for printing ... but I can not.

Does anyone use this component and know how to solve the above?

    
asked by anonymous 30.10.2017 / 11:43

1 answer

1

A friend from work gave me a tip that solved the problem:
Add to unit VCLTee.TeeEdiGene ; Instead of calling HierCubeChart.Print , call this:

ChartPreview(Self,HierCubeChart);
    
30.10.2017 / 14:47