Jump to content
Software FX Community

Unable to get Chart1.ToolBar = True to work


User (Legacy)

Recommended Posts

It's getting late, it has been a long day, but I just can't get this

property to work on my pie chart.

Pie chart works fine without this line, have tried moving it before and

after other lines of code but doesn't make any difference.

Here is my code:

Set chart1 = Server.CreateObject("ChartFX.ASP.Server")

Chart1.Gallery = ChartType

Chart1.Chart3D = Setting3D

Chart1.ToolBar = True

Chart1.BackColor = BackColor

Chart1.Titles(0).Text = TitleText

%>

<center>

<%= Chart1.GetHtmlTag("90%",400,"ActiveX") %>

</center>

As soon as I put the Chart1.toolbar = true in I get the following error:

Active Server Pages error 'ASP 0115'

Unexpected error

/ResultsBottom.asp

A trappable error (E06D7363) occurred in an external object. The script

cannot continue running

Any thoughts?

Link to comment
Share on other sites

It's getting late, it has been a long day, but I just can't get this

property to work on my pie chart.

Pie chart works fine without this line, have tried moving it before and

after other lines of code but doesn't make any difference.

Here is my code:

Set chart1 = Server.CreateObject("ChartFX.ASP.Server")

Chart1.Gallery = ChartType

Chart1.Chart3D = Setting3D

Chart1.ToolBar = True

Chart1.BackColor = BackColor

Chart1.Titles(0).Text = TitleText

%>

<center>

<%= Chart1.GetHtmlTag("90%",400,"ActiveX") %>

</center>

As soon as I put the Chart1.toolbar = true in I get the following error:

Active Server Pages error 'ASP 0115'

Unexpected error

/ResultsBottom.asp

A trappable error (E06D7363) occurred in an external object. The script

cannot continue running

Any thoughts?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...