Hello gurus,
I am trying to manipulate a chart I created using the Win32::OLE chartwizard code as follows:
What code do I use to change the font size of the category labels on the pie graph? I'v tried figuring it out looking at the VB library in excel, but have not been able to get it correct. To access the VB library, open excel, then view the visual basic editor and press the "F2" key.
How do I make the pie bigger without resizing anything else?
Michael Libeson
I am trying to manipulate a chart I created using the Win32::OLE chartwizard code as follows:
Code:
$chart1->Chart->ChartWizard($ws->Range("A40", "B42", xlPie, 7, xlColumns, 1, 0, 0, '', '', '', '');
What code do I use to change the font size of the category labels on the pie graph? I'v tried figuring it out looking at the VB library in excel, but have not been able to get it correct. To access the VB library, open excel, then view the visual basic editor and press the "F2" key.
How do I make the pie bigger without resizing anything else?
Michael Libeson