Jump to content
Software FX Community

RE: scrolling a chart on loding


Software FX

Recommended Posts

This code will create a chart with 100 points scrolled to the end 

<%

' Create the object on the server

Set chart = Server.CreateObject("ChartFX.WebServer")

chart.RgbBk = RGB(255,255,255)

chart.OpenDataEx COD_VALUES,1,100

Chart.CloseData COD_VALUES

Chart.Scrollable = TRUE

Chart.Axis(AXIS_X).SetScrollView 80,100

%>

<%= chart.GetHtmlTag("500","350") %>

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: Joe Bloggs [ mailto:phil.wimbush@cussons.com]

Posted At: Tuesday, May 16, 2000 12:01 PM

Posted To: Client

Conversation: scrolling a chart on loding

Subject: scrolling a chart on loding

Hi

I'm using IE4.01 and the demo version of ChartFX IE 2000.

I'm trying to get a chart to scroll to the end when the asp first loads.

There is an example in the knowledge base called "scrolling a chart" but it

doesn't work!!??

Please help

Thanks

Phil

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...