Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Step Function Graph

Status
Not open for further replies.

kelley80209

Programmer
Nov 15, 2002
6
US
Is there anyway to show a "step" graph in Crystal. Specifically, I'm looking to display a Kaplan Meier survival curve, which typically looks like a staircase going down from left to right in 90degree steps.

I can simulate a "ramp" graph with a Crystal Data Object with data similar to:

Time 0 = 100
Time 1 = 100
Time 1+ = 80
Time 2 = 80
Time 2+ = 60

But again, this produces a "ramp" between the time periods rather than a nice step. This would work if I could "tell" Crystal to put time Time 1+ right next to (or on top of) Time 1 rather than evenly spacing the X-axis values.

Any help would be appreciated.

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top