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

Message ListMessage List     Post MessagePost Message

  How to change point color or reduce point?
Posted by steven ho on Feb-27-2018 20:48
Attachments:
Hello~~

We want to reduce point by pic

How to do??

Thanks~~
未命名.png

  Re: How to change point color or reduce point?
Posted by steven ho on Feb-27-2018 20:52
Sorry

I want to reduce point pixel, not number~~

  Re: How to change point color or reduce point?
Posted by Peter Kwan on Feb-27-2018 23:40
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

  Re: How to change point color or reduce point?
Posted by steven ho on Mar-02-2018 09:20
Thank you~~