Page 1 of 1
Unable to select volume series.
Posted: Wed Aug 20, 2008 3:26 pm
by 13048148
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.
Posted: Thu Aug 21, 2008 9:39 am
by Pep
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.
Posted: Thu Aug 21, 2008 12:56 pm
by 13048148
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
Posted: Fri Aug 22, 2008 9:09 am
by Pep
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.
Update?
Posted: Wed Dec 17, 2008 9:35 pm
by 13048148
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!
Posted: Thu Dec 18, 2008 9:27 am
by narcis
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.
Re: Unable to select volume series.
Posted: Thu Dec 16, 2010 9:29 pm
by 15658023
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.
Re: Unable to select volume series.
Posted: Thu Dec 16, 2010 11:01 pm
by 15658023
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?
Re: Unable to select volume series.
Posted: Fri Dec 17, 2010 11:29 am
by 10050769
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,