3
votes
2answers
1k views
Remapping Mouse Controls with Zedgraph?
I am using ZedGraph and I want to zoom to a selected area by holding down Ctrl and dragging the box with the left mouse button instead of clicking and dragging with the middle mouse button.
The …
2
votes
4answers
89 views
Oscilloscope UserControl for .net
I'm looking for a way to paint real time measurement data as a curve in a WinForms app. Here is an example of something quite close to what I'm looking for. But is there something more modular out …
1
vote
1answer
91 views
Is ZedGraph library development still active? If not - are there any open source replacements?
I'm about to start working on a new .NET project where I'm going to need to put real-time data from a hardware device on a chart and I was surprised to find out that ZedGraph development seems to have …
1
vote
2answers
132 views
ZedGraph: just the dots
Hi! I am new to ZedGraph, so far I could draw curves and bars but couldn't figure out how can I display just the dots without connecting them. Can you help me? (Context: C#, WinForms)
1
vote
1answer
940 views
ZedGraph - I am looking for an example of using a DateTime
Hello, I am looking for an example of using a datetime field on a zedgraph
linechart X-Axis.
Edit - And how do I set the XAxis max scale
myPane.XAxis.Type = AxisType.Date;
…
0
votes
1answer
55 views
How to draw triangle wave using ZedGraph?
How to draw triangle wave (symmetrical) using ZedGraph?
Preferably with option to adjust period and amplitude.
//Edit: the function has to be [related/based on]? x (x-axis).
Something like this:
…
0
votes
2answers
117 views
How to draw square wave using zedGraph
How to draw square wave using zedGraph
I'm thinking about something like this:
my formula:
y=amplitude, if sin(x) >=0
or y= -amplitude, if sin(x)<0
which in theory should give square wave, …
0
votes
0answers
29 views
GDI+ Curve Wrapping
Hi, I'm creating a graphing application using ZedGraph, which uses GDI+. If a curve is overflowing past the chart, I wrap it around to the other side. I do this by clipping the chart and just …
0
votes
1answer
98 views
ZedGraph remove pie slice?
I am trying to use the ZedGraphControl to create a pie chart. I am able to add pie slices by using the
zedGraphControl.GraphPane.AddPieSlice (30, Color.Red, Color.White, 45f, .0, "Data");
Method, …
0
votes
3answers
86 views
Drill down charts for asp.net
My employer has asked me to create some web pages with various charts - one of the requirements is to have a click through ability for further detials. I am looking for sugestions on chart libraries …
0
votes
1answer
474 views
ZedGraph (.NET) - Having axis labels for actual values only
Using the ZedGraph control, say I am plotting data that has Y values of 13, 34, and 55.
How do I set up my Y Axis so that the only text labels shown (and I guess that grid lines would be …
0
votes
1answer
227 views
Drawing graphics with Visual C++
Hi, I need to draw a scatter plot into an activex control I'm building using Visual C++.
I have looked at ZedGraph but, at first glance, I can't use it as I don't have a frame.
I believe the drawing …
0
votes
1answer
191 views
How do I limit the number of decimal places shown in a ZedGraph Y Scale?
I am using ZedGraph's master pane to display two graphs that have synchronized X axes. I am running into a problem when I zoom in on one of the graphs. As I zoom in, the Y axis will show an …
0
votes
1answer
497 views
Can I create this type of Graph in ZedGraph?
Let's say I have a sine curve in ZedGraph that goes from -10 to +10 on the y-axis. I'd like to be able to put limits on the curve (let's say minimum of -5, and maximum of +7), such that anything below …
0
votes
2answers
416 views
Smoothing Zedgraph linegraphs without ‘bumps’
When you use Zedgraph for linegraphs and set IsSmooth to true, the lines are nicely curved instead of having hard corners/angles.
While this looks much better for most graphs -in my humble opinion- …
