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.
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.
Why do you want to hide the existing Save methods? What is so specific in your scenario?
Regards, Evgenia