Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to animate the bar chart in winforms VS10 without using any 3rd party tools.Can any one guide me to finish that?

What I have tried:

I just created the simple bar chart without any animation.
Posted
Updated 3-Mar-18 1:34am

No, because:
1) We have no idea what you consider an "animated bar chart" to be.
2) We aren't here to do your work for you. We are more than willing to help people, but when you say "I've none nothing" then we are left assuming you want it all done for you, and that isn't what we are here for.

So think about what exactly you are trying to achieve, think about how you might get that to work, and give it a try. If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
Comments
Shan57 3-Mar-18 5:40am    
Yes, I know. I didn't mean you to do my work. I'm just asking you people to guide me to finish this task.I'm not familiar in animation and i have no idea.If you give any simple idea then i'll develop my code with that. Any way thanks for your advice!
OriginalGriff 3-Mar-18 5:51am    
"finish this task" implies "I've started but I've got stuck" - and you haven't. :laugh:
And as I said, we have no idea what you might consider to be an animated chart so even if we wanted to suggest ways to go, we couldn't.
The simplest way would be to use the techniques described in this CodeProject article, which allows any Winform to be animated: Animator for WinForms[^]

This 'flexible charting library for .NET' might be of interest to you too:
A flexible charting library for .NET[^]

Here is another example, but it is in Javascript: Bring Your Charts to Life with HTML5 Canvas and JavaScript | DotNetCurry[^]
You could call this in C# using a WebControl as described here: Calling JavaScript functions in the Web Browser Control - Rick Strahl's Web Log[^]
 
Share this answer
 
v3
Comments
Shan57 5-Mar-18 1:16am    
Thanks Rick!. Hope, it will help me. I'll try at my end.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900