I am using Infragistic XamDataChart and need to show UI according to my requirenment. please let me know if the control support these.
1. Need to show series name as there will be multiple series(as Shown in Pic.)2. Horizontal Zoom bar at the top of the Chart. with fixed size as shown in yellow Box(in Pic). And can drag where user want to zoom. (or XamOvewrviewPlusDetailPane outside the plot area) 3.want to show only boundary values of the DateTimeXAxis as shown in white text at the top of chart.
A image is worth of thousand words.Please refer the link)(http://social.msdn.microsoft.com/Forums/vstudio/en-US/6e5750b0-ee78-4760-9714-f4b6b90e9b84/xamdatachart-customization)
Hello Kamlendra,
Thank you for your post. I have been looking into it and I can suggest you take a look at our online Samples Browser, where there are sample showing the functionalities you want.
Here you can see how to add a legend to the chart:
http://es.infragistics.com/products/silverlight/sample/data-chart/#/legend-types
here you can see how to add a zoombar:
http://es.infragistics.com/products/silverlight/sample/data-chart/#/chart-zoombar
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
Thanks for your suggestion. it looks relevent. however i am able to achieve point 2 with the help of:http://es.infragistics.com/community/blogs/kiril_matev/archive/2011/03/14/integrating-a-chart-and-a-zoombar-to-implement-financial-charting-in-wpf-silverlight.aspx
for others i will got through the links suggested by you.
Regards,Kamlendra
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thanks for your reply .Things related to Zoombar and Synchronization is achieved.Hope you have UI Image to look at (http://social.msdn.microsoft.com/Forums/silverlight/en-US/6e5750b0-ee78-4760-9714-f4b6b90e9b84/xamdatachart-customization)1.here the points are getting added in the chart on the Right hand Side.Latesat point near A and B Legend. Need to show Legend on each series (at the latest added point) like A and B in Image.(no example available on this legend type)2. want to show plot area boundary only on the Right side(shown in Image).so made PlotAreaBorderThickness="0" but doesn't solve the purpose.how to show only right side Boundary of the plot area. 3. And dateTime stamp on right bottom of Chart(in Image 17h05m12s)point 2 & 3 need more assistance. hope i will get solution to these issues.
Hello Kamlendra
After looking into your first question and doing some research, this has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
As for the second one I can say that yo ucan set the Axis' LabelSettings' Location Property to OutsideRight in order to move them on the right side, but the grid lines of the chart will remain since they are part of the plot area and currently cannot be removed.
thanks for the Suggestion regarding point 1.but what about point 2 and 3. Does these feature also not available? (same for the third point of my first Query "want to show only boundary values of the DateTimeXAxis in Zoombar"?)
hope i will get some workaround for all my remaining queries(2,3 &3 old).
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Hello kamlendra,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
i have gone through your sample application. showing boundry value using converters will help me out.And plot are border issue will aslo be resolved.
Thanks,kamlendra
I am just wondering did you have the chance to look into the sample I have attached?
Thanks for the Sample project. i was on vacation last week. This week I will check this and let you know the outcome.