I have a chart in a calc spreadsheet and I'd like to display the chart in a dialog box using a Python macro.
I'm comfortable with Python, and have no problem using Python to create the dialog window with radio buttons, listboxes, imageboxes and whatever, but I'm completely stumped with how to get a chart into the dialog.
Can anyone point me in the right direction?