Change de name of a chart point

  • Thread starter Thread starter Francisco Gomez
  • Start date Start date
F

Francisco Gomez

Related to my previous post. can I simply change the 'name' of a point in a
chart, so the tooltip that appears when I hover on it directly shows the
point name I want instead of Point "xValue"? May be through any property in
the 'Points' collection, or the index name?

Thanks!
 
Points don't have names. They are often identified in the little chart tip
by the category name. Could you change these category names without messing
up the chart?

- Jon
 
Back
Top