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.
Unable to select volume series.
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com
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
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
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
Re: Unable to select volume series.
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.
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.
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?
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.
Hello dave,
I hope will helps.
Thanks,
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.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 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 |
Instructions - How to post in this forum |