Hi Steven,
Do you mean you want to change the size of the scatter symbol (the red squares in your chart)?
When you add a scatter layer, you can specify the symbol size. For example:
'Set symbol size to 3 pixels
c.addScatterLayer(dataX0, dataY0, "", Chart.SquareSymbol, 3, &Hff0000, &Hff0000)
Hope this can help.
Regards
Peter Kwan |