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
15
UltraDataChart
posted

I am using the UltraDataChart to create a Scatter/Bubble series, and want to know if there is a way to get the X/Y coordinates of the points (max of 8) in the chart. I am using an UltraGrid as a legend, and would like to avoid the possibility of the "Legend" overlapping any data points if possible. I think I need to get these X/Y values to achieve this.

  • 34430
    Offline posted

    Hello Steve,

    Each of the axes on the UltraDataChart has a "ScaleValue" method that you can use for this. This method takes an axis value and scales it into a screen value. If you do this for the X and Y axes for your points, you can get the UltraDataChart screen coordinates for each of your points.

    I hope this helps. Please let me know if you have any other questions or concerns on this matter.