User (Legacy) Posted December 18, 2001 Report Share Posted December 18, 2001 I am creating pie chart like this in ASP Set chart = Server.CreateObject("ChartFX.WebServer") chart.gallery = 5 Chart.OpenDataEx COD_VALUES,1,COD_UNKNOWN If I set the values using "Chart.ValueEx(0,0)" I am getting error message "unspecified error". What could be the possible reason for this. thanks, jay Link to comment Share on other sites More sharing options...
Software FX Posted January 2, 2002 Report Share Posted January 2, 2002 Please try changing COD_UNKNOWN with 1. ChartFX will increase the number of points as it receives new data. -- Regards JC Software FX Support "jay" <arivazhagan_j@yahoo.com> wrote in message news:R7ZbJfCiBHA.1272@webserver1.softwarefx.com... > I am creating pie chart like this in ASP > > Set chart = Server.CreateObject("ChartFX.WebServer") > > chart.gallery = 5 > Chart.OpenDataEx COD_VALUES,1,COD_UNKNOWN > > If I set the values using "Chart.ValueEx(0,0)" I am getting error message > "unspecified error". > What could be the possible reason for this. > > thanks, > jay > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.