Hi everyone,
I am creating a scatter series on which my x-axis and y-axis both have range from -5 to 5. I need Major stroke lines visible but need to make more highlight (darker) the line which is at "0" for both axis? Please suggest.
Yes, I achieved my goal using your proposed solution. Thank you.
Hello,
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.
I have modified the sample I sent you before, so now it has the functionality you want. Basically I used ValueOverlay for the lines. Here you can read more about this feature of the XamDataChart:
http://help.infragistics.com/Help/NetAdvantage/WPF/2013.1/CLR4.0/html/xamDataChart_Series_Value_Overlay.html
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hello Stefan,
Thank you for your feedback. I am sorry if I could not explain my requirements properly. Basically I don't want to highlight point on x-Axis. I want to highlight MajorStroke line on Layout Area of the chart. I have attached a sample screen shot what I need.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created DataTemplates for the Labels of the Axes, where I put TextBlock and Border. I also used Converter in order to make the Border at 0 darker than the others. Please let me know if this helps you or you need further assistance on this matter.