Here is the sample scatter area plot that I created, Is there a way to manually define the frequency of x-axis values or, horizontal, vertical lines?
Hello GG,
I have been investigating into your requirement in this case, and from your screenshot, it appears that you are using the NumericXAxis. The NumericXAxis does have a way to define the frequency of the values that are shown, and you can do this by setting the Interval property of the axis.
If you would also like to set the start and end values of the axis, you can do this by setting the MinimumValue and MaximumValue properties. Manipulating these three properties can help you to define exactly which labels you would like to see in the XamDataChart.
Please let me know if you have any other questions or concerns on this matter.
Thank you.
By the way, is there a way to plot graphs like this ? instead of triangulating the value, plot it by pixel like ?
Thank you for your update on this matter.
Unfortunately, there does not exist a graph like this outside of the ScatterAreaSeries in the Infragistics for WPF toolset, which requires you to use triangulated data. If you would like to see a scatter area series done by pixel, I would recommend suggesting a new product idea for this at our WPF Ideas Site, here. This will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.