Let me start off by saying that I am already showing the datapoints of the chart in my application by creating an ultralabel and adding the value of each datapoint then adding the label to the controls collection of the chart in the FillSceneGraph event. But the problem I am facing now is I'm generating an adhoc html report and using the image property of the chart and inserting it into an img tag in my report and the datapoints aren't showing. Is there anyway of showing the datapoints in the image or is there another way of accomplishing what I am trying to achieve? Thanks.
Nevermind. I was able to add ChartTextAppearance to my line chart and it show up on the image.