I have a chart displayed but also want to give user option to view chart in high resolution. How is that accomplished?
We are utilizing Web UI Components & Controls.
System.Drawing.Bitmap image = RadChart1.GetBitmap() as System.Drawing.Bitmap;
image.SetResolution(300, 300);
image.Save(@"C:\myimage.png");
All the best,
Evgenia
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