V
Vikram Chudasama
Hi there,
I could find a way to plot stacked column chart row wise in excel, the following line will do it very well :
ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range("E8"), PlotBy:= xlRows
But the problem here is, I am using OWC thru C# in windows application and I am binding the chart with series and not with Excel data.
Is there any equivalent sentence to above stated for VB macro, so that I can plot stacked column chart row wise.
thanks
I could find a way to plot stacked column chart row wise in excel, the following line will do it very well :
ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range("E8"), PlotBy:= xlRows
But the problem here is, I am using OWC thru C# in windows application and I am binding the chart with series and not with Excel data.
Is there any equivalent sentence to above stated for VB macro, so that I can plot stacked column chart row wise.
thanks