Unable to select volume series.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
LT411
Newbie
Newbie
Posts: 17
Joined: Wed Jan 30, 2008 12:00 am

Unable to select volume series.

Post by LT411 » Wed Aug 20, 2008 3:26 pm

The selector tool seems to be able to select fastline series, but not volume series. When I click on the volume lines, nothing happens. I would expect the selection boxes to be drawn indicating the series was selected.

To reproduce:
1. Add a selector tool to a chart.
2. Add a fastline series.
3. Add a volume series.

Notice you can select the fastline series by clicking on it.
Try to select the volume series.

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

Post by Pep » Thu Aug 21, 2008 9:39 am

Hello,

which TeeChart for NET version are you using ?
I've tried here using the latest TeeChart for NET v3 and worked fine, I'm able to select both series type.

LT411
Newbie
Newbie
Posts: 17
Joined: Wed Jan 30, 2008 12:00 am

Post by LT411 » Thu Aug 21, 2008 12:56 pm

Hello,

Thanks for the quick response. I'm using TeeChart 3.5.3146.24806 in a Windows Forms application with Visual Studio 2008 SP1 on Vista 64.

I created a sample app and discovered it works fine when the volume series uses the left axis.

I created a custom vertical axis and positioned it in the bottom half of the chart. Then I assigned the volume series to vertical axis Custom 0.

Now, I am unable to select the volume series with the selector tool.

If you are still unable to reproduce the problem, I can send a sample app.

Thanks for the help,
LT411

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

Post by Pep » Fri Aug 22, 2008 9:09 am

Hello,

yes, you're correct, I'm able to reproduce the problem here. It's a bug which I've added on our defect list (TF02013336). A fix for it will be considered to inclusion in one of the next maintenance releases.

LT411
Newbie
Newbie
Posts: 17
Joined: Wed Jan 30, 2008 12:00 am

Update?

Post by LT411 » Wed Dec 17, 2008 9:35 pm

Hello,

Can you give me an update on the status of this problem. It does not seem to be fixed in 3.5.3225.32185.

Thanks!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Dec 18, 2008 9:27 am

Hello LT411,

TF02013336 hasn't been fixed yet. I recommend you to be aware at this forum or subscribe to our RSS news feed for new release announcements and what's fixed on them.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

dave
Newbie
Newbie
Posts: 40
Joined: Tue Dec 07, 2010 12:00 am

Re: Unable to select volume series.

Post by dave » Thu Dec 16, 2010 9:29 pm

It looks like two years since this particular thread was created. I am just getting in to using the selector tool. I have created a bar chart and a volume chart, basically using the example from the code samples. I created a Selector Tool programatically and can select everything except the Volume study.

1- Is this still a problem with the selector tool?

2 - If I click the background of the chart it will show that I have selected the back wall. If I click outside the axes it shows that I have clicked the entire chart control. I really only want that to be visible if the user has clicked some series. Is there a way to hide the selection, or set the selection to Nothing, without setting Actve=False?

I think I have the newest, licensced version of the .Net 2010 TeeChart control.

dave
Newbie
Newbie
Posts: 40
Joined: Tue Dec 07, 2010 12:00 am

Re: Unable to select volume series.

Post by dave » Thu Dec 16, 2010 11:01 pm

Never mind about the using the Selector Tool on the Volume series. I found that I have to click the very tip of a volume bar for it to be selected. Hmmmm... Seems like you should be able to click anywhere on a bar, but...

The second part of the question remains. Once you have selected something, how do you un-select it programatically?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Unable to select volume series.

Post by Sandra » Fri Dec 17, 2010 11:29 am

Hello dave,
2 - If I click the background of the chart it will show that I have selected the back wall. If I click outside the axes it shows that I have clicked the entire chart control. I really only want that to be visible if the user has clicked some series. Is there a way to hide the selection, or set the selection to Nothing, without setting Actve=False?
I suggest you take a look in this post where explain. how you can select a determinate element of Chart using a selector. If it doesn't work as you want please let me know.

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply