Positioning different charts in the same chart space

N

Nestor

Hello, I'm trying to find out if there's a way to position a chart
that is drawn within a Chartspace. I've notice the left and top
property for both PlotArea and the chart itself, but couldn't manage
to shift the chart manually. Below is a little sample code which I
tried on and failed (miserably)


ChartSpace1.Charts(0).PlotArea.Left = 100
ChartSpace1.Charts(0).PlotArea.Top = 200

ChartSpace1.Charts(0).Left = 100
chartspace1.Charts(0).Top = 200

both doesn't work, is this possible at all?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top