In my Chart2D project, I need to show some preselected values next to the data points - Similar to the LabeledDataPoints project, but not the actual data values. I need to show the point number index, 1,2,3 etc. Is there a way to do this? Thanks.
There are many examples of that. Read Chapter 20 of the manual, Text Classes. See the SimpleLinePlots.SimpleLineAndScatterPlot and MultiLinePlots.MultiLines example programs.