Hello,
here is a example code:
Range := Worksheet.Range(CalcExcelCell(2,3)+':'+CalcExcelCell(3,LineNo-1));
Chart := Excel.Charts.Add;
Chart.ChartWizard(Range, {Bereich}
-4100, {Diagrammtyp 7,9,11 oder -4100}
1, {Format 1 bis 10}
2, {1 Zeilen oder 2 Spalten}
1, {Gibt die y-Achse an}
0,
0,
Worksheet.Name,
'customer',
'still open');
END;
Can you setup that the description displayed vertical?
Can i, that automatic setup the size of the Chart in Excel, because when too many files in the Chart, then can i not see correct the data.
Bye
Sorry, my english is not good
0