Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm trying to create candle stick chart using zedgraphweb and having below problems.

1. How to add horizontal scroll bar to chart. There are methods for this for ZEDGRAPH but none in zedgraphweb.
2. How to refresh just graph to render real time data with out page refresh. Calling this.ZedGraphWeb1.RenderGraph += new ZedGraph.Web.ZedGraphWebControlEventHandler(this.OnRenderGraph); refreshing the entire graph.
3. How to add tool tips?

Thanks,
Thavva
Posted
Updated 4-Dec-11 20:18pm
v2
Comments
Smithers-Jones 20-Sep-11 14:09pm    
As far as I know, there is a forum/community for ZEDGraph. You would be probably better of asking over there.
[no name] 5-Dec-11 2:19am    
EDIT: added code block

1 solution

Check these CP articles & also check their forum-site(Open-source)

A flexible charting library for .NET[^]
Using ZedGraph with ASP.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900