I'm trying to create candle stick chart using zedgraphweb and having below problems.
- How to add horizontal scroll bar to chart. There are methods for this for ZEDGRAPH but none in zedgraphweb.
- 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.
- How to add tool tips?
Thanks, Thavva