Jump to content
Software FX Community

color


User (Legacy)

Recommended Posts

The series has a color property that changes the color of the whole series,

there is also a "global" color property that you can use in conjunction with

the MultipleColors property to assign independent colors to each point.

Check out the following article in the KB, it shows you how to use these:

Q1371002. Changing the colors of the markers depending on a condition

To simply set the color of the whole series, you can do:

chartfx1.Series(i).Color

You need to call OpenDataEx (COD_COLORS, NumberOfColors,0) first.

--

FP

Software FX Support

"omar vargas" <al768775@mail.mty.itesm.mx> wrote in message

news:#6EyLKioCHA.2684@webserver1.softwarefx.com...

> I have a lot of poins in one series, I want to chance the color of

everyone,

> somebody know something to do that?

>

> something like this

> ChartFX1.Series(0).Point(0,...., n).color =..

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...