Jump to content
Software FX Community

PointLabelColor


Software FX

Recommended Posts

Hello,

This property no longer exist. I apologize and this entry in the electronic manual will be removed. This is the proper way to set the color of a point label in ChartFX IE 2000

ChartFX1.RGBFont(CHART_VALUESFT) = RGB(255, 255, 255)

Justin Trask

Software FX

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

From: Bob Glassley [mailto:bob.glassley@planetjam.com]

Posted At: Saturday, October 21, 2000 1:10 PM

Posted To: Server

Conversation: PointLabelColor Error

Subject: PointLabelColor Error

Background:

I had a functional ASP page that generated charts correctly, and without

error. I added one additional property setting to change the PointLabels

color to white. The only change made to the working code was the following

property setting:

Chart.PointLabelColor = RGB(255,255,255)

When I attempt to generate the chart, I get the following error:

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method:

'Chart.PointLabelColor'

Any advice would be appreciated,

--Bob

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...