I aam controlling the zoom using a dropdown. i would like to know how to disable changing the size of the zoombar thumb slider bar but still allow the user to move the bar left to right using the scroll buttons.
thanks
Also i need to tie the left and right arrows to the scroll buttons, meaning if i press the left arrow key it works the same as clicking the left scroll button on the xamzoombar
One more question, is it possible to click on a chart and know where the click occured? I want to zoom based on a list of durations i have. I want to click and zoom to the next shortest duration in my list, however i would like to do this and center to where the click occured.
Example,
I am zoomed into an hour time frame between 1 and 2 oclock. i click on the xamdatachart, my next shorter duration is 30 minutes. If i would click directly on 1:30 i would want my 30 minute duration to show from 1:15 to 1:45.
Hello,
Thank you for posting.
I have been looking into your questions and I could suggest you the following:
Please note that it is always better to post in separate forum threads the questions that are not closely related as it is easier for the community members to find the information they are looking for. Thank you.
I am changing the time frame using a drop down. my dropdown for example contains " 1 hour" and "30 minutes". If iwas showing the hour between 1pm and 2pm on my chart.I would like to click directly on 1:30 and have my 30 minute duration to show from 1:15 to 1:45. So the graph would now show 30mintes of data because the click event would trigger the chart to use the next shortest duration in my list. it would also register where the click occured, that exact time on the chart would be the middle of the 30 minutes i would show.
Hello Pete,
I have been looking into your scenario and it currently this functionality is not available with XamZoombar. SmallChange and LargeChange properties could be set in order to control the steps the thumb is moved. Please note that the thumb has defined width and it is not possible to place it at a random position where the user had clicked. When user clicks on the bar the thumb is moved using the LargeChange step. If the thumb should be places precisely, the user could drag and drop the thumb at particular position.
how can i get the location of a click on the zoombar and move my zoom to that position, keeping it in sync with the datacharts. I need to be able to click on a spot on the preview data chart in my zoombar and have the slider move there and also have the datachart above show the correct information
I have been looking into your question and I have already answered it in the thread you have created :
http://ko.infragistics.com/community/forums/t/83295.aspx
In future please restrain from creating duplicate threads as this can only increase the response time.
If you need any further assistance please submit your questions to the above mentioned thread.
This has all worked wonderfully, however i now have another related issue. I am capturing the mouse down event so that the user can not resize the thumb slider by clicking on the horizontal scale part of the thumb slider. I need to have the user be able to grab and slide the thumb when it is zoomed into a level where the user can not grab the slider. See attached document*
Thank you for your feedback Pete. I am glad that everything is working as you need now. I believe that this might be helpful for other users, too.