hi i have two question
1- how to show multi tooltips in XamDataChart that doesn't cross and over lap together
i attach the picture that i want to make something like this
i use ItemToolTipLayer but all tooltips cross and mix together
2- how to draw spline series in high quality and nice graphics
please help me for solve this problem
Hello Behzad,
Rather than using an ItemTooltipLayer in this case, which will follow the individual items and have an inherent possibility that the tooltips of your series could overlap, I would recommend using a CategoryTooltipLayer instead. This layer will stack all of your series' tooltips inside of a single box that you can align to the top, bottom, or center of the chart. It will track along each category on the X Axis by default, rather than tracking each item's point on the chart's plot area. You can read further about the CategoryTooltipLayer at this article in our online documentation, and I have attached a sample demonstrating how to use this layer.
Regarding your second point, I am rather unsure of what you are asking, but perhaps playing with the Resolution property of each of your XamDataChart series could help you here? Are you seeing blurriness in the SplineSeries that you are plotting in your chart, or the ones that exist in the sample project I have attached? Would it be possible for you to please provide some additional information on the requirement you are looking for here, and how our chart does not satisfy it?
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer