Hi,
I am evaluating the Infragistics products for new Financial application. I am looking at both "NetAdvantage for WPF line of business" and "NetAdvantage for WPF data visualisation".
Currently nearly all of my required functionality appears to be present. There is one big feature outstanding: How can you allow users to annotate the charts?
For example, a user may indicate an area of a bar chart that refers to the 1930's. They would be able to indicate this with a shape (circle or square) or line. They would then be able to write a text description that would be shown on the chart.
Ideally we would be able to create these annotations programmatically too and, optionally, for the user to be able to interact with these programmatically created annotations.
Is this possible in either "NetAdvantage for WPF line of business" or "NetAdvantage for WPF data visualisation"? If not, can you suggest an approach to create them outside your model? My concern about creating them myself is that the zooming and panning won't work.
Alternatively, could I somehow extend the ToolTip model to make them always visible? This could be helpful.
Regards
Ben
Ben,
There are annotation features on our roadmap, but they have not been added to the xamDataChart as of yet.
That being said there are many ways that you can annotate the chart in its current state. They amount to registering for various events to know when the chart's zoom level or size changes, and then using information that the chart publishes to you to render your annotations into the chart. Here are some links to implemenations of various annotation types:
http://community.infragistics.com/forums/p/47336/259086.aspx#259086
http://community.infragistics.com/forums/p/45157/246174.aspx#246174
Let me know if you have any questions or have different requirements that aren't covered by these and was should be able to help out.
Hope this helps!
-Graham
Hello!
Have this functionality from your roadmap been added? It's been almost 3.5 years now.
Thanks!
Hello,
Currently this feature is not implemented as build in functionality, so you can check this forum thread where there are different approaches for adding annotations to the XamDataChart:
http://ko.infragistics.com/community/forums/p/84878/423510.aspx
Also you can suggest new product idea 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.
Thank you for contacting Infragistics.