Setting custom y-axis labels at runtime
Posted: Thu Jan 05, 2006 11:34 pm
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.
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.