6 Answers, 1 is accepted
Hello Jessica,
You can show both line and point series using the RadCartesianChart control. Depending on the scenario, you can use LineSeries and PointSeries, or ScatterLineSeries and ScatterPoint. You can read more about this in the RadChartView help documentation.
To draw the additional lines, you can try the chart annotations.
You can also check the ChartView's SDK examples and demos.
If this doesn't help, can you post some drawings of the expected result?
Regards,
Martin Ivanov
Progress Telerik


Hi Martin, so I got most of the graph done but there are still a few parts I'm having trouble with, the first pic is the expected graph and the second one is what I have so far. The main things are the axis positions, style and labels and the labels for the diagonal lines (the 0.4, 0.6 etc. which represent the slope of the line) also the curved lines shouldn't level out
Hello Jessica,
I am not sure what do you mean by saying that they shouldn't level out. Can you describe this? Also, can you give me few examples?
Regards,
Martin Ivanov
Progress Telerik

Hello Jessica,
Thank you for the provided pictures.
Please, allow me to elaborate a bit on the ScatterSplineSeries and on the "spline" type series in general. Their idea is to smooth out the line connecting all the data points. They do that by creating a curve between the data points.
That said, currently there isn't any way to control the tension of the spline, however we do have a feature request for that in our feedback portal: ChartView: Ability to control the tension of the spline. You can vote for it in order to increase its priority.
I hope you find this information helpful.
Regards,
Progress Telerik