User (Legacy) Posted May 8, 2002 Report Share Posted May 8, 2002 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 Quote Link to comment Share on other sites More sharing options...
Software FX Posted May 8, 2002 Report Share Posted May 8, 2002 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 > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.