1
votes

I was wondering is it possible to label a specific value plotted onto my chart. I do not mean and X-axis or Y-axis label, I am trying to point to a specific data value wihin my chart and label it.

For example if my Y-axis is from 0 to 100, and I have a value on my chart that is 60, i was wondering is it possiblt to point to this value (with a line or arrow) and give it a label (e.g £60)

Is this possible?

1

1 Answers

0
votes

Sounds like you want to modify the DataPointLabel Property for the point in your collection. e.g.

MSChart1.Plot.SeriesCollection[0].DataPoints[0].DataPointLabel.Text = "£60"