Can a chart object be added as one part of an existing sheet,but not as a separated chart sheet?
Code segment below is not what I want:
IWorkbook chartBook = ExcelUtils.CreateWorkbook(1);
// create chart worksheet
IChart chart = chartBook.Charts.Add();
IWorksheet sheet = chartBook.Worksheets[ 0 ];
...
I want to show the chart in sheet with source data
AD
Administrator
Syncfusion Team
June 26, 2004 04:37 PM UTC
Hi,
This feature is not available in the current release but this feature has been added internally. It will be available in the next release. Please provide the following info
1) Are you using Evaluation version or the full version?.
Thanks.
Stephen.
>Can a chart object be added as one part of an existing sheet,but not as a separated chart sheet?
>
>Code segment below is not what I want:
>
>IWorkbook chartBook = ExcelUtils.CreateWorkbook(1);
>// create chart worksheet
>IChart chart = chartBook.Charts.Add();
>IWorksheet sheet = chartBook.Worksheets[ 0 ];
>
>...
>I want to show the chart in sheet with source data
AD
Administrator
Syncfusion Team
June 27, 2004 01:42 AM UTC
Thanks for your reply.My Syncfusion Suite is full version of 2.0.5.1
JR
Jussi Ropo
December 7, 2004 07:29 AM UTC
In which version is this feature available? I''m currently using 2.0.5.1
AD
Administrator
Syncfusion Team
December 7, 2004 01:58 PM UTC
Hi,
This feature is available in the latest version of Essential ExcelRW 3.0. Please create a Direc-Trac incident if you would like to download the release candidate version of 3.0. Thanks.
Best regards,
Stephen.
>In which version is this feature available? I''m currently using 2.0.5.1