User (Legacy) Posted October 21, 2000 Report Share Posted October 21, 2000 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 Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 28, 2002 Author Report Share Posted February 28, 2002 This looks to still be a problem. Has anyone found a workaround? "Bob Glassley" <bob.glassley@planetjam.com> wrote in message news:xFVNqwyr8GA.1696@webserver1.softwarefx.com... > 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 > > > Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 28, 2002 Author Report Share Posted February 28, 2002 Found the right answer in a non threaded post. Chart.RGBFont(8) = RGB(255,0,0) "Peter Davis" <peter@ctsg.com> wrote in message news:WSrpdeIwBHA.1412@webserver1.softwarefx.com... > This looks to still be a problem. Has anyone found a workaround? > > > "Bob Glassley" <bob.glassley@planetjam.com> wrote in message > news:xFVNqwyr8GA.1696@webserver1.softwarefx.com... > > 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 > > > > > > > > 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.