server side afterrender drawline asp on chart

B

Brian Hubert

I'm looking to draw max and min lines on my chart. I have figured out how to
use the drawobject with vbscript client side, but I can't seem to figure a
way to use the drawobject with asp outputting my chart to a gif.
 
A

Alvin Bruney - ASP.NET MVP

max and min lines are fully supported, you don't need to impose lines on the
chart using drawobject.
Have a look at the chTrend object. A full discussion is ofcourse available
in the black book. Trending is also covered in the web component download
pack if you need a free resource. There are also articles on MSDN that do
sufficient justice to the topic as well.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
B

Brian Hubert

There is no chTrend object in the MSDN library OWC reference. There is a
chTrendline or chTrendlines object. I am not looking to write a trendline.
I have a specific number I want to place a line at for reference to the
graph. I also wouldn't mind the ability to draw other objects on my .gif
chart.

Alvin Bruney - ASP.NET MVP said:
max and min lines are fully supported, you don't need to impose lines on the
chart using drawobject.
Have a look at the chTrend object. A full discussion is ofcourse available
in the black book. Trending is also covered in the web component download
pack if you need a free resource. There are also articles on MSDN that do
sufficient justice to the topic as well.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



Brian Hubert said:
I'm looking to draw max and min lines on my chart. I have figured out how to
use the drawobject with vbscript client side, but I can't seem to figure a
way to use the drawobject with asp outputting my chart to a gif.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top