Skip to main content
11-Garnet
February 29, 2024
Solved

Scatterplot creation

  • February 29, 2024
  • 1 reply
  • 841 views

How should I be able to make a scatter plot of the two sets of data marked red in the graph, in order for me to easily see their relationship.For example, the scatterplot below.

企业微信截图_17091858467996.png

企业微信截图_17091867464390.png

Best answer by Rocko

You would use a Line Chart widget for this, it has a property "ChartType" which you can set to Scatterplot.

You assign the infotable returned by  a service call to the property Data, NumberOfSeries to 1, XAxisField to VW1044 and DataField1 to VW1046.

1 reply

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
February 29, 2024

You would use a Line Chart widget for this, it has a property "ChartType" which you can set to Scatterplot.

You assign the infotable returned by  a service call to the property Data, NumberOfSeries to 1, XAxisField to VW1044 and DataField1 to VW1046.

Snoopy_hu11-GarnetAuthor
11-Garnet
February 29, 2024

I tried to use it and he succeeded, thank you.