ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  I'm looking for a way to create a chart like this
Posted by Hongs on Jun-12-2025 15:20
Attachments:
It looks like multi-line chart. but every point is discrete.

This chart is similar to a scatter plot but
Unlike the example, I want to display the points as dots instead of symbols.

Can i get some hint about it? ;-(
chart.jpg

  Re: I'm looking for a way to create a chart like this
Posted by Peter Kwan on Jun-12-2025 19:27
Hi Hongs,

You can use a scatter chart. The symbol can be a 1x1 pixel square (or 2x2 pixel if you want larger dots). When you call addScatterLayer, you can set the fill color and edge color to the same color, so there will be no black border around the symbol.

Best Regards
Peter Kwan