Export chart who contain multiple series
Posted: Thu Feb 03, 2005 11:28 am
I have a chart with 2 Series.
The X axes represent the time.
The Y axes represent double values.
An export of the chart give a result like that:
"Y value of serie 1" "X value of serie 1" "Y value of serie 2" "X value of serie 2"
The values are correct, but I wil not see the 2 time the X values because they are equal ("X value of serie 1" = "X value of serie 2")
A second question is how can I have the header of the series when I export to an excel file. Actually I receive only the letter "Y" for each column !
My code is :
....Export.Data.Excel.IncludeHeader = True
....Export.Data.Excel.IncludeIndex = True
....Export.Data.Excel.IncludeLabels = True
....Export.Data.Excel.Save("C:\Temp\Test.xls")
Thanks
The X axes represent the time.
The Y axes represent double values.
An export of the chart give a result like that:
"Y value of serie 1" "X value of serie 1" "Y value of serie 2" "X value of serie 2"
The values are correct, but I wil not see the 2 time the X values because they are equal ("X value of serie 1" = "X value of serie 2")
A second question is how can I have the header of the series when I export to an excel file. Actually I receive only the letter "Y" for each column !
My code is :
....Export.Data.Excel.IncludeHeader = True
....Export.Data.Excel.IncludeIndex = True
....Export.Data.Excel.IncludeLabels = True
....Export.Data.Excel.Save("C:\Temp\Test.xls")
Thanks