Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi to everybody,

i have a little problem,

in a c# Point chart the origin (0/0) is at bottom left corner.

How can i change it to the upper left corner?

Can someone tell me that?

Thanks..

What I have tried:

google, tried different settings
Posted
Updated 11-Sep-18 0:13am

1 solution

I don't know what environment you are working in, but this is for WinForms:

Highlight the Chart in your form.
In the properties pane, Find the "CHart Areas" property, and use the ellipsis to open the properties dialog.
In the Chart Area, select the "Axes" collection on the right hand side, and use the ellipsis there to open the collection properties.
In the dialog that appears, select the "Y (Value) axis" on teh right hand side, and change the "Is Reversed" property to "True".
OK, OK, and you're done.
 
Share this answer
 
Comments
Member 12341536 7-Jan-17 11:49am    
Thanks a Lot.. :) it works.
OriginalGriff 7-Jan-17 11:57am    
You're welcome!

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