南
南柯一梦
Unregistered / Unconfirmed
GUEST, unregistred user!
在用EXCELChart遇到以下的问题,附上代码
Range:= temp_WorkSheet1.Range['A1','A100'];
tempChart:=ExcelApplication1.Sheets.add(EmptyParam,EmptyParam,1,xlChart,0) as _Chart;
//插入一张图表
ExcelChart1.ConnectTo(tempChart);
tempChart.Location(xlLocationAsObject,temp_WorkSheet1.Name);//插入位置
excelChart1.Activate(0);
tempChart.ChartType:=xlLine;//这里无法更改图表类型
tempChart.SetSourceData(Range,xlColumns);//指定数据源也失败
问题解决就放分!
Range:= temp_WorkSheet1.Range['A1','A100'];
tempChart:=ExcelApplication1.Sheets.add(EmptyParam,EmptyParam,1,xlChart,0) as _Chart;
//插入一张图表
ExcelChart1.ConnectTo(tempChart);
tempChart.Location(xlLocationAsObject,temp_WorkSheet1.Name);//插入位置
excelChart1.Activate(0);
tempChart.ChartType:=xlLine;//这里无法更改图表类型
tempChart.SetSourceData(Range,xlColumns);//指定数据源也失败
问题解决就放分!