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
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