TeeChart for ActiveX, COM and ASP
-
Nuzur
- Newbie
- Posts: 32
- Joined: Thu Nov 03, 2005 5:00 am
-
Contact:
Post
by Nuzur » Thu Nov 09, 2006 9:39 am
I use offset fo scBar
Code: Select all
m_Chart.Series(0).GetAsBar().SetOffsetPercent( -50 );
And I need nearest point have offset too.
How I can fix this problem?
Yhanks You for answers.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Thu Nov 09, 2006 10:13 am
Hi Nuzur,
This works fine for me here using v7.0.1.2. If the bar has offset and the nearest point tool is associated to this bar series it automatically calculates nearest point considering the offset.
Which TeeChart version are you using? If the problem persists please send us an example we can run "as-is" to reproduce the problem here.
You can post your files at news://
www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
-
Nuzur
- Newbie
- Posts: 32
- Joined: Thu Nov 03, 2005 5:00 am
-
Contact:
Post
by Nuzur » Thu Nov 09, 2006 11:05 am
I use 6 version.
It doesn't work well. It's show at start of bar and I need show at end bar
-
Pep
- Site Admin
- Posts: 3303
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Mon Nov 13, 2006 2:50 pm
Hi Nuzur,
this is as designed, I'm afraid the only way to accomplish that would be to simulate the NearestPoint tool manually.
However I've added this feature on our wish list to be considered for further releases (allow to choose the position in the pointer).