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
4110
Need a sample for a basic Scatter chart
posted

Does anyone have some sample code for a simple scatter-line chart? I have done many of the 2D charts, but haven't done the scatter chart yet. I've seen one example of a scatter-line chart and can't get it to display. Any help would be greatly appreciated. My Y axis is min 0 & max 50 with a single increment of 25. My X Axis is Planets, with the various planets plotted on the chart (assigned values between 5 and 45). I get no errors, but I can't get it to display.

Parents Reply
  • 8607
    Offline posted in reply to Daryl

    Here is a sample about how to display data point labels.  The page load event has some code for showing the labels. It sets the this.UltraChart1.ScatterChart.ChartText[0].Visible property.

    I found this API page for the ChartText property.

    Please look at the sample and its code and see if that works.  That data point label implementation might be specific to the sample.  If it is not useful, I can forward your post to developer support, and they can open a case for you.


    Elizabeth Albert

    Localization Engineer

Children