-
I have a graph where I need to draw the the Major Tick marks at 0.0, 0.04, 0.16, 0.34 and 1.0. How can I accomplish this? My X axis Major Tick marks are evenly distributed and so I don't have that requirement.
The graph also doesn't have any minor tick marks.
Thanks for all your help.
2006-12-06 15:58:12 UTC in ZedGraph
-
Just exactly what is your challenge? If you know how to create a WebService in ASP.Net then this isn't a problem for you.
So, is your problem that you don't know how to create and consume a webservice in ASP.Net? I ask because the process of creating an image and returning it's url is no different than if you were doing it without a webservice.
2006-09-25 18:59:47 UTC in ZedGraph
-
What is a Textlabel? Do you mean that you are using TextObj as the x-axis? If so, are you trying make the labels align with the x-axis so that the top each of the labels are touching the axis? Or, are you trying to make all the Text Labels have their tops aligned but be parallel to the x-axis?.
2006-09-25 18:56:14 UTC in ZedGraph
-
You can use a LineObj. Check the API documentation or the demo to see examples. You can use two lines to accomplish a cross hair.
You can also use a cross hair image with a transparent background. That would be an ImageObj.
You could also use a single curve with one plot and have the symbol image be your large cross hair.
The LineObj approach is much more flexible. But all of these are...
2006-09-25 18:53:25 UTC in ZedGraph
-
I have the following ZedGraphWeb declaration:
Please note the "Visible" property. This works as
expected. The Graph is not displayed as expected.
However, if I do the following in my...
2006-09-21 18:38:11 UTC in ZedGraph
-
What do you envision the string representation of a PointPairList would look like?.
2006-09-15 02:55:02 UTC in ZedGraph
-
The sample graph can be viewed at http://www.alancoondesign.com/reputation_institute/r3_03.html
I have successfully created everything but the yellow section containing the axis labels and the "Moderate Risk" and "Major Risk" boxes with the questions marks.
All help is greatly appreciated.
-- Rodney.
2006-09-14 17:05:11 UTC in ZedGraph
-
Can you give some example of exactly how you believe a real time graph update would work?.
2006-09-14 13:59:50 UTC in ZedGraph
-
All,
How do I change the size of the GraphPane upon which my graph is drawn? More specifically, I am trying to increase the size of the masterpane when using the Web Control?
I gain access to the pain via masterPane[0] in my render event.
Thanks.
-- Rodney.
2006-09-13 17:58:09 UTC in ZedGraph
-
The Scale.Format property doesn't just apply to AxisType.Date. I applied the format of "{.#0}" to resolve my issue. Please not that the "{" aren't required as ZedGraph will add them for you.
2006-09-07 15:00:08 UTC in ZedGraph