space between chartspace and chart

G

Gianni

Hi,
I would minimize the space between the chartspace border
and the chart.
Can anyone help me?
(OWC10)
Thanks
 
T

Thao Moua [ms]

The only way to minimize the space between the Chartspace
border and the chart is through the custom layout event
AfterLayout(). This is where you can change the chart
elements' coordinates. Search for 'custom drawing' in
the OWC VB help file.

Thao Moua
OWC Webchart Support
 
Top