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,
I have created a sample project for you, which shows how to achieve the functionalities you want. Basically I created a DataTemplate for the NumericYAxis’ Label and used a converter to determine whether to show the label or not. You can use similar approach for the XamZoombar’s Axis. I also handled the Axis’ Loaded event in order to hide the boundary line on the left sided. As for the stamp I believe that you can add a static label below the chart or above it. 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 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).
Regards,Kamlendra
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 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.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.