Jump to content
Software FX Community

Re: How to: Reset color assignments


User (Legacy)

Recommended Posts

Thanks, that and the other answer for the color problem solved all my probs

with the colors.

Stephan Klaffer

DecisionWorks Ltd.

"Juan C. Cegarra" <JuanC@softwarefx.com> wrote in message

news:pEF3Zg4MAHA.1816@sfxserver.softwarefx.com...

You can use

Chart.OpenDataEx COD_COLORS or COD_REMOVE,0,0

Chart.CloseData COD_COLORS or COD_REMOVE

If you are doing this on the client side please make sure COD_COLORS and

other constants are defined in your page.

Regards,

Juan Cegarra

Software FX, Inc.

support.softwarefx.com

-----Original Message-----

From: Stephan Klaffer [mailto:stephan.klaffer@decisionworks.co.uk]

Posted At: Monday, October 09, 2000 10:19 AM

Posted To: Server

Conversation: How to: Reset color assignments

Subject: How to: Reset color assignments

Hello there,

I have a chart that displays some data. The user has selected a new

color

for the series. Now the data in that chart changes - now it displayes

more

series. For some reason the chart does now apply the color the user has

choosen before to *any* series.

I add the new data using

ChartFX1.OpenDataEx COD_VALUES, x, y

.some data

ChartFX1.CloseData

How can I tell the chart to reset the colors to the default values?

Thanks in advance,

Stephan Klaffer

DecisionWorks London

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...