Axis with no associated serie

TeeChart for ActiveX, COM and ASP
Post Reply
Roman
Newbie
Newbie
Posts: 5
Joined: Thu Jun 03, 2004 4:00 am
Location: Czech Republic

Axis with no associated serie

Post by Roman » Fri Jul 16, 2004 6:19 am

Hi,

I have following problem: all my series have their own custom Y axes, bottom axis is DateTime and right axis in not with any serie. I'd like to use right axis as a ruler (vertical line), which can user drag across the chart (some extra code will get the values of all series) and read the particular values. But when I add first serie, right axis is invisible :( .
How to make this axis to be still visible?

Thanx

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Jul 16, 2004 6:28 am

Hi Roman,

the axis should be asociated with any Series. A trick could be to create a fake series, and make it invisible.

Post Reply