Charts changing marks caption
Hello everyone,
I built a histogram with on Y my values, on X the different sections i cant to compare.
Like this :
The marks over my bars are displaying my Y value but i'd like to modify it (to format my value in a different way).
How could I do this?
Thanks in advance.
I built a histogram with on Y my values, on X the different sections i cant to compare.
Like this :
  hstArret.SeriesData[0].YSource := strData;
  hstArret.SeriesData[0].XSource := strLbl;
The marks over my bars are displaying my Y value but i'd like to modify it (to format my value in a different way).
How could I do this?
Thanks in advance.