6 Answers, 1 is accepted
0
Hi Stuart,
You can print the chart using the PrintChart method:
this.radChart1.Printing.PrintChart(ChartPrintOptions.ShowPrintPreviewDialog);
or save it to a graphics file using the Save method:
this.radChart1.Save("C:\\RadChart.png", ImageFormat.Png);
Hope this helps.
Regards,
Chavdar
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can print the chart using the PrintChart method:
this.radChart1.Printing.PrintChart(ChartPrintOptions.ShowPrintPreviewDialog);
or save it to a graphics file using the Save method:
this.radChart1.Save("C:\\RadChart.png", ImageFormat.Png);
Hope this helps.
Regards,
Chavdar
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Stuart
Top achievements
Rank 1
answered on 09 Jul 2007, 09:48 AM
Thank you
It works perfectly
It works perfectly
0
Adonis
Top achievements
Rank 1
answered on 18 May 2009, 09:58 AM
i have a question to you, Like as:
dim chart as new Radchart
Chart.datamanager,datasource= ds.tables(0)
chart.dataManager.ValuesYColumns= new String() {ColumnsName)
.
.
chart.databind()
chart.updata()
when i want to change a datasource, i write :
chart.datamanager.cleardatesource
chart.datamanager.datasource= ds2.tables(0)
chart.dataManager.ValuesYColumns= new String() {otherColumnsName)
.
.
chart.databind()
chart.updata()
but it is wrong ,the chart.datamanager.ValuesYColumns remains equal ColumnsName. why not otherColumnsName?
Can you help me?
thank you!i have a question to you, Like as:
dim chart as new Radchart
Chart.datamanager,datasource= ds.tables(0)
chart.dataManager.ValuesYColumns= new String() {ColumnsName)
.
.
chart.databind()
chart.updata()
when i want to change a datasource, i write :
chart.datamanager.cleardatesource
chart.datamanager.datasource= ds2.tables(0)
chart.dataManager.ValuesYColumns= new String() {otherColumnsName)
.
.
chart.databind()
chart.updata()
but it is wrong ,the chart.datamanager.ValuesYColumns remains equal ColumnsName. why not otherColumnsName?
Can you help me?
thank you!
dim chart as new Radchart
Chart.datamanager,datasource= ds.tables(0)
chart.dataManager.ValuesYColumns= new String() {ColumnsName)
.
.
chart.databind()
chart.updata()
when i want to change a datasource, i write :
chart.datamanager.cleardatesource
chart.datamanager.datasource= ds2.tables(0)
chart.dataManager.ValuesYColumns= new String() {otherColumnsName)
.
.
chart.databind()
chart.updata()
but it is wrong ,the chart.datamanager.ValuesYColumns remains equal ColumnsName. why not otherColumnsName?
Can you help me?
thank you!i have a question to you, Like as:
dim chart as new Radchart
Chart.datamanager,datasource= ds.tables(0)
chart.dataManager.ValuesYColumns= new String() {ColumnsName)
.
.
chart.databind()
chart.updata()
when i want to change a datasource, i write :
chart.datamanager.cleardatesource
chart.datamanager.datasource= ds2.tables(0)
chart.dataManager.ValuesYColumns= new String() {otherColumnsName)
.
.
chart.databind()
chart.updata()
but it is wrong ,the chart.datamanager.ValuesYColumns remains equal ColumnsName. why not otherColumnsName?
Can you help me?
thank you!
0
Adonis
Top achievements
Rank 1
answered on 18 May 2009, 10:00 AM
Hello,i have a question to ask you, Like as:
dim chart as new Radchart
Chart.datamanager,datasource= ds.tables(0)
chart.dataManager.ValuesYColumns= new String() {ColumnsName)
.
.
chart.databind()
chart.updata()
when i want to change a datasource, i write :
chart.datamanager.cleardatesource
chart.datamanager.datasource= ds2.tables(0)
chart.dataManager.ValuesYColumns= new String() {otherColumnsName)
.
.
chart.databind()
chart.updata()
but it is wrong ,the chart.datamanager.ValuesYColumns remains equal ColumnsName. why not otherColumnsName?
Can you help me?
thank you!
dim chart as new Radchart
Chart.datamanager,datasource= ds.tables(0)
chart.dataManager.ValuesYColumns= new String() {ColumnsName)
.
.
chart.databind()
chart.updata()
when i want to change a datasource, i write :
chart.datamanager.cleardatesource
chart.datamanager.datasource= ds2.tables(0)
chart.dataManager.ValuesYColumns= new String() {otherColumnsName)
.
.
chart.databind()
chart.updata()
but it is wrong ,the chart.datamanager.ValuesYColumns remains equal ColumnsName. why not otherColumnsName?
Can you help me?
thank you!
0
Hi Adonis,
There seems to be an issue with some caching algorithms in the RadChart. It is logged into our bug tracking system and will be resolved in a future release.
Best wishes,
Evtim
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
There seems to be an issue with some caching algorithms in the RadChart. It is logged into our bug tracking system and will be resolved in a future release.
Best wishes,
Evtim
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Hi Adonis,
There seems to be an issue with some caching algorithms in the RadChart. It is logged into our bug tracking system and will be resolved in a future release.
Best wishes,
Evtim
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
There seems to be an issue with some caching algorithms in the RadChart. It is logged into our bug tracking system and will be resolved in a future release.
Best wishes,
Evtim
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.