[Message Deleted]
-
skvs wrote:
I'm trying to draw a sine wave on a panel using GDI+, but everytime when i Re-Size it has to redraw the waveform.
You've already asked this question dozens of times and been told that that is how it works. When the form is resized or covered up you are responsible for redrawing it at the size you want. There is no magic gdi+ routine that redraws or zooms in for you.
skvs wrote:
Can anyone knows about "Chart control" in C# using GDI+ and if any documentation link is there please give it.
I've already given you the link to the chart control docs and samples.
Simon
-
skvs wrote:
Can anyone knows about "Chart control" in C# using GDI+ and if any documentation link is there please give it.
Google know lot's of them.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-