Jump to content
Software FX Community

RGBFont


Software FX

Recommended Posts

Hello,

This entry in our manual was a mistake. You can change the color of pointlabels threw the RGBFont property.

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: Client

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

  • 1 year later...

To save other time in experimenting, specifically it is:

Chart.RGBFont(8) = RGB(255,0,0)

"Justin Trask" <justint@softwarefx.com> wrote in message

news:lUtuqwyr8GA.1696@webserver1.softwarefx.com...

> Hello,

>

> This entry in our manual was a mistake. You can change the color of

pointlabels threw the RGBFont property.

>

> 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: Client

> 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...