Page 1 of 1

Setting custom y-axis labels at runtime

Posted: Thu Jan 05, 2006 11:34 pm
by 9529800
I want to set the Y-axis labels on a horizontal bar chart. I want to re-label the bars at run-time.

I can access the initial values using the following syntax...

TChart.Series(0).ValueMarkText(5)

... however I know that this isn't really what I'm looking for.

How do I set the Label text values?

Thanks in advance!

- john.

problem solved

Posted: Fri Jan 06, 2006 11:17 pm
by 9529800
Never mind.... I found that the graph.series(x).PointLabel property is what I need to use...