Jump to content
Software FX Community

PointLabelColor Property


User (Legacy)

Recommended Posts

Hi,

I am trying to use the PointLabelColor property to change the color of the

datavalues on the chart. However, I am getting an error

My code is as below

ChartFX1.PointLabels = TRUE

ChartFX1.series(0).PointLabelColor = RGB(0,0,255)

The error I get is

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'PointLabelColor'

Any idea what the problem is.

Let me know

Thanks

Link to comment
Share on other sites

You cannot change the PointLabelColor in a per-series fashion in ChartFX

Internet. You can change the color used for all point labels by using the

RGBFont property.

Please note that PointLabelColor is supported in a per-series and per-point

fashion in our new ChartFX for .NET.

--

Regards

JC

Software FX Support

"Rich" <none@none.com> wrote in message

news:nKqD#vp9BHA.1088@webserver1.softwarefx.com...

> Hi,

> I am trying to use the PointLabelColor property to change the color of the

> datavalues on the chart. However, I am getting an error

>

> My code is as below

> ChartFX1.PointLabels = TRUE

> ChartFX1.series(0).PointLabelColor = RGB(0,0,255)

>

> The error I get is

> Microsoft VBScript runtime error '800a01b6'

> Object doesn't support this property or method: 'PointLabelColor'

>

> Any idea what the problem is.

> Let me know

> Thanks

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...