I have a line chart with 4 line series with diamond, circle, box and triangle as item renderer for the plots for these 4 line series. Now my requirement is I want to show labels for the plots in the chart. It should be like this :

(source: infocaptor.com)
I tried with some item renderes but not getting it correctly since I want to use the circles and triangles to render the plots. This is killing my time. Please Help...
Cheers, PK
The link to the example image in your question is broken at the moment, but if you are looking to add labels to your plot, you can use the
CartesianDataCanvasclass to position elements relative to data coordinates in your chart. If that's what you are looking to do then the second example here should tell you everything you need to know. Again, I can't see the picture of what you are trying to achieve, but it you want the labels on all of your plotted values than another option is to setshowAllDataTipsto true on your chart object and create a customdataTipRendererfor the plot. In that case this example should be of use.