
Manish Kumar
Top achievements
Rank 1
Manish Kumar
asked on 26 Jul 2010, 12:53 PM
Hi
Can i have some insight over how i can implement Localization with Telerik charts whether at the XAML side or at the code behind.
Thanks
Manish Kumar
Can i have some insight over how i can implement Localization with Telerik charts whether at the XAML side or at the code behind.
Thanks
Manish Kumar
9 Answers, 1 is accepted
0
Accepted
Hi Manish Kumar,
We would suggest you to review the localization resources here.
Hope this helps.
All the best,
Freddie
the Telerik team
We would suggest you to review the localization resources here.
Hope this helps.
All the best,
Freddie
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Manish Kumar
Top achievements
Rank 1
answered on 28 Jul 2010, 10:31 AM
Hi
I am using Telrik RadCharts 3 for SL3 and want to know which namespace have DrillDownChartToolTip class inorder to implement DrillDown functionality.
thanks
Manish Kumar
I am using Telrik RadCharts 3 for SL3 and want to know which namespace have DrillDownChartToolTip class inorder to implement DrillDown functionality.
thanks
Manish Kumar
0
Accepted
Hello Manish,
There is no built-in DrillDownToolTip class within the chart control. You can check the DrillDown example online here or you can find it in your local installed demo application under Chart / DrillDown category.
Greetings,
Freddie
the Telerik team
There is no built-in DrillDownToolTip class within the chart control. You can check the DrillDown example online here or you can find it in your local installed demo application under Chart / DrillDown category.
Greetings,
Freddie
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Manish Kumar
Top achievements
Rank 1
answered on 04 Aug 2010, 07:51 AM
Hi
I am using SL3.0 RadCharts and my requirement is to save the RadCharts to a known location as an image file (bmp , png), for which i donot want to use SaveFileDialog box. So without using SaveFileDialog box will i be able to save as an image out of the RadChart
thanks Manish.
I am using SL3.0 RadCharts and my requirement is to save the RadCharts to a known location as an image file (bmp , png), for which i donot want to use SaveFileDialog box. So without using SaveFileDialog box will i be able to save as an image out of the RadChart
thanks Manish.
0
Hi Manish,
This would not be possible as SaveFileDialog is the only way you could get access to the file system in Silverlight (writable file stream).
All the best,
Freddie
the Telerik team
This would not be possible as SaveFileDialog is the only way you could get access to the file system in Silverlight (writable file stream).
All the best,
Freddie
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Manish Kumar
Top achievements
Rank 1
answered on 06 Aug 2010, 03:01 PM
Hi Freddie
Thanks for giving me reply! But is not there any way that I convert the Chart to some stream or byte array like through the use of BitmapWriter and transport it through WCF service where in it can be saved to the server folder. I guess there must be some alternative.
thanks
Manish
Thanks for giving me reply! But is not there any way that I convert the Chart to some stream or byte array like through the use of BitmapWriter and transport it through WCF service where in it can be saved to the server folder. I guess there must be some alternative.
thanks
Manish
0

Bartholomeo Rocca
Top achievements
Rank 1
answered on 11 Aug 2010, 12:28 PM
Hello Manish,
You can try using the RadChart.ExportToImage(stream) method to achieve the desired functionality.
Greetings,
Bart.
You can try using the RadChart.ExportToImage(stream) method to achieve the desired functionality.
Greetings,
Bart.
0

Manish Kumar
Top achievements
Rank 1
answered on 13 Aug 2010, 10:56 AM
Hi
1) I can't use SL3's RadChart.ExportToImage(stream) method as this method requires you to use "SaveFileDialog" to save the chart image at the client machine but I want to save the chart image at the server side at the server local mappath (c:\\inetpub\\wwwroot\\projectname\\images\\) and this path gives illegal access error on runtime if I try to use System.IO namespace to provide this path.If there is any other way round to use RadChart.ExportToImage(stream) method and to save it to the server mappath images folder by some name I want to know that procedure.
2) I need to know if there is any event that can specify if the chart is completely loaded with all of its datapoint. I tried Loaded event of RadChart but it is not solving my problem
thanks
Manish
1) I can't use SL3's RadChart.ExportToImage(stream) method as this method requires you to use "SaveFileDialog" to save the chart image at the client machine but I want to save the chart image at the server side at the server local mappath (c:\\inetpub\\wwwroot\\projectname\\images\\) and this path gives illegal access error on runtime if I try to use System.IO namespace to provide this path.If there is any other way round to use RadChart.ExportToImage(stream) method and to save it to the server mappath images folder by some name I want to know that procedure.
2) I need to know if there is any event that can specify if the chart is completely loaded with all of its datapoint. I tried Loaded event of RadChart but it is not solving my problem
thanks
Manish
0
Hi Manish,
RadChart does not expose additional methods beside RadChart.ExportToImage(stream) so unfortunately if it is not suitable to your needs, we would not be able to offer you different option.
As for your second question -- if you are populating the chart with data through databinding, you can use the RadChart.DataBound event.
Best wishes,
Freddie
the Telerik team
RadChart does not expose additional methods beside RadChart.ExportToImage(stream) so unfortunately if it is not suitable to your needs, we would not be able to offer you different option.
As for your second question -- if you are populating the chart with data through databinding, you can use the RadChart.DataBound event.
Best wishes,
Freddie
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items