Setting custom y-axis labels at runtime

TeeChart for ActiveX, COM and ASP
Post Reply
jalen
Newbie
Newbie
Posts: 7
Joined: Thu Jan 05, 2006 12:00 am
Location: Guelph, ON Canada
Contact:

Setting custom y-axis labels at runtime

Post by jalen » 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.

jalen
Newbie
Newbie
Posts: 7
Joined: Thu Jan 05, 2006 12:00 am
Location: Guelph, ON Canada
Contact:

problem solved

Post by jalen » Fri Jan 06, 2006 11:17 pm

Never mind.... I found that the graph.series(x).PointLabel property is what I need to use...

Post Reply