Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Scatter area plot, axis issue
posted

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?

Parents
  • 34830
    Verified Answer
    Offline posted

    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.

Reply Children