Is it possible to render an image with an svg format from a MS Chart?
I've tried to use png, bmp and jpg, but the resolution was to poor.
current code:
chart1.SaveImage(Path.GetFullPath(@"Charts/" + "chart1.bmp"), ChartImageFormat.Bmp);
Is it possible to render an image with an svg format from a MS Chart?
I've tried to use png, bmp and jpg, but the resolution was to poor.
current code:
chart1.SaveImage(Path.GetFullPath(@"Charts/" + "chart1.bmp"), ChartImageFormat.Bmp);