The code you sent isn't the problem. 'Public Event RenderGraph(webObject As ZedGraph.Web.ZedGraphWeb, g As System.Drawing.Graphics, pane As ZedGraph.MasterPane)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. You only sent the subscription Me.ZedGraphWeb1.RenderGraph += New ZedGraph.Web. ZedGraphWebControlEventHandler(AddressOf Me.OnRenderGraph) we have no idea even the input of AddressOf Me.OnRenderGraph nevermind the 'translation' from C#. Without more...
Hi Vladimir, The error is quite clean actually. RenderGraph is an event.. But you're calling it directly.. You need to share the delegate code in your 'VB translation' before anyone can help. Side note : Why are you converting it ? On Wed, Aug 31, 2022 at 1:06 AM Vladimir Baranov ram954@users.sourceforge.net wrote: I convert ZedGraphWeb code from C# like this: private void InitializeComponent() { this.ZedGraphWeb1.RenderGraph += new ZedGraph.Web.ZedGraphWebControlEventHandler(this.OnRenderGraph);...
Could you provide some code samples that you are trying to use? Il Sab 15 Giu 2019, 12:21 John Vickers jgvicke@users.sourceforge.net ha scritto: In the pane object of your graph, there is a GetImage() function that will return a BMP of the graph. If you meant this function isn't working for you, we would need more detail. John plotting single line-series of zed-graph control using CSV file(Pass time values on x-axis) https://sourceforge.net/p/zedgraph/discussion/392232/thread/15c9bda611/?limit=50#f78a/0272/cd3d...
ew .. .Spam On Thu, Oct 22, 2015 at 8:50 PM, Brian Chappell lazarusds@users.sf.net...
Looks to be a SVN patch file.. Use svn patch. http://stackoverflow.com/a/17678899/1606432...