Hi all
In a c# application that i'm working on at the moment i have a graph that i need to manually set the height to 800 and the width to 500.
i'm trying to do this using the statement below. (graph is the name of the graph of type ZedGraphControl)
but it doesn't work, debugging it shows that the graph.Size maintains the same values that it had before i try to change the size.Code:this.graph.Size. = new Size(800, 500)
If anyone can help it will be much appreciated
Thanks
Andy


LinkBack URL
About LinkBacks
Reply With Quote