Click here to Skip to main content
15,887,273 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to create a circular gauge in C# Winforms like the attached images?

What I have tried:

I tried with Default Gauges given in CodeProject. It is not customizable for my requirement.
https://i.postimg.cc/0r5GRXkk/Arc-With-Color.png
https://i.postimg.cc/vxm5rTqg/Arc-With-Green-Color.png
Posted
Updated 14-Sep-23 9:50am
v4
Comments
Graeme_Grant 14-Aug-23 8:56am    
If you refer to an article, blog post, or control library, then please include a link. Also, if you have a design in mind, please share an image. Telepathy does not work here.
Richard MacCutchan 14-Aug-23 9:03am    
Neither of your links are correct, they both point back to this page.
Gokulnath007 14-Aug-23 9:03am    
Hi Graeme, Thanks for your kind reply. I have updated the question with Images.

https://i.postimg.cc/0r5GRXkk/Arc-With-Color.png

https://i.postimg.cc/vxm5rTqg/Arc-With-Green-Color.png
Graeme_Grant 14-Aug-23 9:04am    
"I tried with Default Gauges given in Code Project. It is not customizable for my requirement." - link please.
Gokulnath007 14-Aug-23 9:19am    
https://www.codeproject.com/Articles/17559/A-Fast-and-Performing-Gauge

Plenty of examples to be found at circular gauge in C# - Google Search[^]
 
Share this answer
 
Quote:
I tried with Default Gauges given in Code Project.

You have the source code, so you can modify it for your own needs. You just need to move the "green" from the inside to the outside. I would add a property to the control to select inside or outside, then implement the code to do it. You just need to move where it renders the "green".
 
Share this answer
 
How do you create the gauges? Well, you have the article that tells and shows you how. THAT'S HOW YOU MAKE THE GAUGES! We're not going to read it to you, do the work for you, nor can we understand it for you.
 
Share this answer
 

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