Jump to content
Software FX Community

Color Property


User (Legacy)

Recommended Posts

Sorry if this is a duplicate.

Anyone know if there's a bug with the color property? I'm trying to change

the color of a specific point marker. I've opened the color channel and set

the type to ct_eachbar. The index into the point doesn't seem to be working

(e.g., nIndex = (3 + (6*nSeries)). What I'm seeing is that all the points

in a series are getting set to the same color.

Alternatively, if I could hide a point altogether, that would be even

better. I'm changing the color of the point to the same color as the

background to simulate hiding it.

I'm using version 3.0.35.

Thanks in advance,

Arthur

Link to comment
Share on other sites

I have to hide points in my project. I do it by setting YFrom = Xvalue

and then set Xvalue = CHART_HIDDEN. This is obviously a hack but since I

don't use YFrom (Scatter chart only), its ok.

This way I can unhide the point later by setting Xvalue = YFrom.

I dunno if this complies with your version, but it works for me.

Paul

In article <UcBjd49WBHA.2604@webserver1.softwarefx.com>, "Arthur Langham"

<alangham@caminus.com> wrote:

> Sorry if this is a duplicate.

>

> Anyone know if there's a bug with the color property? I'm trying to

> change the color of a specific point marker. I've opened the color

> channel and set the type to ct_eachbar. The index into the point doesn't

> seem to be working (e.g., nIndex = (3 + (6*nSeries)). What I'm seeing

> is that all the points in a series are getting set to the same color.

>

> Alternatively, if I could hide a point altogether, that would be even

> better. I'm changing the color of the point to the same color as the

> background to simulate hiding it.

>

> I'm using version 3.0.35.

>

> Thanks in advance,

>

> Arthur

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...