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.
Setting custom y-axis labels at runtime
problem solved
Never mind.... I found that the graph.series(x).PointLabel property is what I need to use...