Hi Aspose Folks,
I am demoing Aspose Cells and trying to convert a VB.NET application using Excel COM to Aspose.
How do I reference structured references when creating a line chart?
The Excel COM way:
xlApp.ActiveChart.SetSourceData(Source:=xlApp.Range(“Sheet1!Table1[[#All],[Timestamp]],Table1[[#All],[pctusr]],Table1[[#All],[pctnice]],Table1[[#All],[pctsys]],Table1[[#All],[pctwio]],Table1[[#All],[pctsteal]],Table1[[#All],[pctguest]]”))
x axis is timestamp.
y axis is pctusr, pctnice, pctsys, pctwio, pctsteal, pcsguest.
Any help is appreciated.
Thanks,
Lou