Click here to Skip to main content
15,907,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,i have a question about curve.
i want to make a curve like this:
http://blog.csdn.net/happyxyzw/article/details/6853471[^]

i don't know how to make it.The curve is discontinuous.
thi,nk you.
Posted
Comments
hitech_s 8-Oct-11 8:08am    
where is the curve man
happyxyzw 8-Oct-11 8:24am    
oh,for example,the X is 7days,
X:DAY1,DAY2,DAY3,DAY4,DAY5,DAY6,DAY7.
Y:10,20,40,60,20,60,70.
Generally,zedgraph will draw a line linked all 7 Ypoints.but now,i don't want to draw line when the ypoint 40,so only 60,60,70 can be linked.but the DAY1,DAY2,DAY3,DAY5 need to be retain.
happyxyzw 8-Oct-11 10:16am    
up
happyxyzw 8-Oct-11 21:59pm    
wo can tell me the solution?

1 solution

Y ---------------------------------------------------
-------------------------60-----------60------70---
---------------------------------------------------
-----------------40--------------------------------
----------20------------------20-------------------
---10----------------------------------------------
X --day1---day2---day3---day4---day5---day6---day7---

i only want to draw a line linked [60,60,70].
how to do it?
 
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