Is there a way to make the perspective XY Chart component display a scatter plot?
The closest I’ve come is setting the line.appearance.stroke.width property to 0 and setting the line.appearance.bullets[0].enabled property to true. But this takes a ridiculous amount of time to render and even with bullet width and height set to 1 they are huge. This is using a moderate dataset with ~20k pairs.
This is possible with the Time Series Chart. You’ll need to create a trend, and once created, you’ll be able to assign that trend to display as a Scatter Plot:
Yes, it would be great to have this available on the XY Chart component for data that isn’t time series, like Power vs RPM. There are many cases where these kinds of plots give our technicians insight to machine performance.