I need to display only a part of fastline series data and let user scroll to see more. Chart pages is not a solution i am looking for. But something like a zoomed display.
Say for example, my fastline series contains data for a duration of 30 minutes with a data point at every 1/100th of a second (X axis is time and Y axis is some numeric data). By default, i get to display the whole 30-min worth of data on the chart. How can i control this default display such that user sees only the amount of data they configure (for example 5 minute duration). It is similar to zooming the duration of choice, but how i can set this by default at the chart display. Ideally, i like to have it similar to Google finance chart http://www.google.com/finance?chdnp=1&c ... DJI&ntsp=0 where user can adjust initial display of data though entire data is already read-in to the series.
I appreciate if you have a VB.Net example. Thanks
Display a portion of Fastline series
Re: Display a portion of Fastline series
Hi,
I am wondering if I can expect some help for this. Its been almost 3 days since I posted and no response yet.
thanks,
I am wondering if I can expect some help for this. Its been almost 3 days since I posted and no response yet.
thanks,
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Display a portion of Fastline series
Hi asupriya,
This has already been discussed here:
http://www.teechart.net/support/viewtop ... 80&p=41366
Can you please try using the solutions suggested above?
Thanks in advance.
This has already been discussed here:
http://www.teechart.net/support/viewtop ... 80&p=41366
Can you please try using the solutions suggested above?
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: Display a portion of Fastline series
This is exactly i am looking for. Thanks alot.
Re: Display a portion of Fastline series
Little more advanced ...
How i can modify this code sample so that it works with multiple custom Y-axes that are vertically stacked as shown in the image below. I need to only show the series (and their custom y-axes) that is enclosed by the zoom resizable-rectagletool. If the user resizes the rectangletool, the series (and their custom axes) should also be changed in the zoomed chart.
Each of the curve in below image has a custom vertical axis.
How i can modify this code sample so that it works with multiple custom Y-axes that are vertically stacked as shown in the image below. I need to only show the series (and their custom y-axes) that is enclosed by the zoom resizable-rectagletool. If the user resizes the rectangletool, the series (and their custom axes) should also be changed in the zoomed chart.
Each of the curve in below image has a custom vertical axis.
- Attachments
-
- Custom Y-axis zoom rectangle
- 5-13-2010 1-09-20 AM.png (34.73 KiB) Viewed 7678 times
Re: Display a portion of Fastline series
Hi asupriya,
Then you should do something similar to the example Narcís suggested in combination to the example here.
Then you should do something similar to the example Narcís suggested in combination to the example here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |