kelley80209
Programmer
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.
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.