0

How can I save my chart in image format without using it's existing 4 methods (saveimage())

I have to implement my custom method.

    public new void SaveImage(string Path)
    {

    }

I have to hide existing method.

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
user1130157
  • 113
  • 3
  • 12

1 Answers1

0

Why do you want to hide the existing Save methods? What is so specific in your scenario?

Regards, Evgenia

Evgenia
  • 268
  • 2
  • 9
  • I am getting GDI+ error ,which is invoke by save method but i am not calling this method any where in the project. – user1130157 Jan 09 '12 at 07:23
  • You may find this discussed in another thread -> http://stackoverflow.com/questions/1053052/a-generic-error-occurred-in-gdi-jpeg-image-to-memorystream. I hope the suggestions there are helpful. – Evgenia Jan 09 '12 at 14:21
  • it was not helpful for me, I need to implement httpimage handler for image rendering and saving – user1130157 Jan 10 '12 at 06:53
  • how can i implement IChartStorageHandler's load method for chart genration – user1130157 Jan 11 '12 at 13:18