I am evaluating the xam chart to create a mini trend chart like google finance. I really need just the bottom section of the google finance chart which displays a minitrend and allows to a zoom slider window that allows user to select a date range. see the highlighted region below.
Any sample will be great help.
Hello,
I have been looking into the functionality that you are looking for and I can suggest using our XamDataChat with XamZoombar in order to achieve this appearance. I have created a sample application for you that demonstrates how those two controls can be used together in order to have the appearance similar to screenshot that you have attached. You can read more information regarding XamZoombar here: http://help.infragistics.com/NetAdvantage/WPFDV/2011.1/CLR4.0/?page=Developers_Guide_xamZoombar.html and for XamDataChart here: http://help.infragistics.com/NetAdvantage/WPFDV/2011.1/CLR4.0/?page=Developers_Guide_xamDataChart.html
If you need any further assistance please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Krasimir,
I have tried the sample application you have provided.
I have couple of quires regarding same.
1. I just want to use XamZoomBar in isolation that means the top (zoomed ) plot is not drawn using Xamchart or XamDatachart.
Just for showing minitrend I will be using XamChart there.
So can I use the XamZoombar in isolation?
2. Also in minitrend I am looking for the some markers on the curve.
3. Each marker should be selectable.
4. Marker selection must be enable even when marker is inside Time window.
5. Also there should be facility to show gaps in the minitrend line when there is no relevant data
applicable for certain time frame.
6. Do XamChart has auto scale functionality (choosing the scale of axis by considering data range.
e.g. If you have data value from 200- 300 then Y scale must be 200 to 300 and not from 0 to 300
because this will give better picture of relative trend.)
7. What are different decimation algorithms are supported with XamCharts.
Snapshot of Control which I am looking for
Ashish1Jain,
Did you finally achieve to point 6? I evaluating Infra WPF product and I do not how to scale my vertical axis...
Thanks for your help.