Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,
How can I generate sliding axis to realtime example,I need a realtime graphic,or do you know good example for this , for windows forum application.

What I have tried:

DateTimeAxis timeAxis = new DateTimeAxis { Position AxisPosition.Bottom,StringFormat = "hh/mm/ss"};
Posted
Updated 18-Jan-18 20:45pm

1 solution

You can use open source OxyPlot.They also use DateTimeAxis class to construct the respective components.

OxyPlot[^]
 
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