Tagged Questions
ZedGraph, written in C#, is an LGPL class library, user control, and web control for .NET, for creating various types of graphs and charts. It also provides many additional options, such as expanded user interface, interactivity options and export/printing tools.
9
votes
7answers
7k views
Can the ZedGraph charting library for .NET be recommended?
I am working on a project for my company, and I need to integrate some graphs of different types and average complexity to C# in the process of studying stock markets. I found this free library on the ...
8
votes
0answers
1k views
Zedgraph wiki anywhere? [closed]
So I noticed the Zedgraph wiki is gone (zedgraph.org).
Does anybody know of an alternate site?
7
votes
3answers
713 views
Charting massive amounts of data
We are currently using ZedGraph to draw a line chart of some data. The input data comes from a file of arbitrary size, therefore, we do not know what the maximum number of datapoints in advance. ...
6
votes
2answers
372 views
How to display several graphs which have common X Axis using ZedGraph library?
I need to display several graphs which have a common X Axis and a legend. What I want to achieve is displayed on the picture. The main goal is to have several Y Axis on the one line, not paralelly. ...
4
votes
1answer
885 views
Select points in a ZedGraph graph by dragging the mouse
I would like to select points on my curve by dragging a square with my mouse. Of course I can build this myself, but I was wondering if it can be done easier?
4
votes
2answers
2k 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 ...
3
votes
1answer
350 views
Adding 2 graphs to same pane in Zedgraph
I am using pane to draw Candle sticks (AddJapaneseCandleStick):
XAxis = AxisType.DateAsOrdinal;
Everything till this point works perfect.
Problem:
I would like to add another curve (simple linear ...
3
votes
1answer
945 views
Trying to create a histogram with ZedGraph
I am trying to create a histogram with ZedGraph.
The bars and data are all good, the only thing needed is my bars to be between the tics instead of directly on the tics.
Sample data:
1, 4
2, 8
3, 1
...
3
votes
2answers
2k views
ZedGraph - How to make a horizontal line drag-able?
I have some straight horizontal lines that I want the user be able to drag vertically. How would this be possible? I think the best parameter for line selection would be a fixed number of pixels near ...
3
votes
2answers
573 views
How to disable the zooming by the mousewheel for ZedGraph
I want to display a non-zoomable ZedGraph control. How do I disable the mousewheel zooming function in ZedGraph?
3
votes
4answers
2k views
Comparison between MS Charts and ZedGraph?
Question: Anybody has experience with ZedGraph / MS-Chart controls ?
I am thinking about which to use ?
Basically, I have a tendency to ZedGraph,
because I need .NET framework 2.0 while MS-Chart is ...
3
votes
2answers
3k views
How to add real-time data in a dual-Y-axis ZedGraph graph using C#?
For my project, I need to add and update real-time data to my dual y-axis graph. The Y and Y2 values share the same X value, and I created it already. Now I have a function that adds the new point ...
3
votes
1answer
656 views
ZedGraph C# bar chart - how to check which bar was clicked by mouse?
I am using ZedGraph to draw my plots in C#. I need to know which bar (in bar chart) was clicked by a mouse. How can I do that? Is there any way to get a bar by a point and for example change bar`s ...
3
votes
1answer
510 views
.NET Open Source Contour Plotting
I am looking for an Open Source .NET Library (or wrapper to a library) that will create contour plots from a set of values along a grid/mesh. ZedGraph is the closest thing I could find ...
3
votes
2answers
1k views
Lock axis in ZedGraph
I've used ZedGraph to plot data from several sources with a single click. I need the Y-axes to always have the same max and min-values for each plot. I need this to be able to see changes between ...
3
votes
2answers
1k views
ZedGraph: just the dots
I am new to ZedGraph. So far I could draw curves and bars. How can I display just the dots without connecting them?
(Context: C#, Windows Forms.)
2
votes
2answers
60 views
ZedGraph scale all messed up
Using ZedGraph to show a price over time. Here are screenshots of my table (sample) and of what the ZedGraph is looking like. Clearly I'm doing something wrong when setting up my graph. Any ideas?
...
2
votes
1answer
91 views
Detecting mouse over line in Zedgraph
I try to detect when the mouse is over a curve in zedgraph, I am capable of doing it if the mouse is over a point of the curve, but the problem is when the curve has no points in that region,
let me ...
2
votes
0answers
51 views
Zooming in Zedgraph.web
Is it possible to use interactive zooming (dragging a rectangle with the mouse) in the Web version of Zedgraph?
Any pointer on how to best implement it?
Thanks!
2
votes
1answer
306 views
Removing label lines from ZedGraph pie-chart
I am using ZedGraph to create a pie chart, and adding items to it using the AddPieSlice() method, all overloads of which require a label parameter. I pass in null for this as I don't want any labels ...
2
votes
1answer
187 views
How to Modify ZedGraphControl GraphPane Line?
How can I modify an existing line/curve in a ZedGraphControl's GraphPane?
I use the following to get the data for that line:
CurveList lineData = zgcControl.GraphPane.CurveList[i];
But I am ...
2
votes
0answers
162 views
ZedGraph Only Graph non-holiday WeekDay Data?
I'm working with stock charting, and it would be super helpful to be able to graph with a DateTime being the x-axis datatype, and double being the y-axis datatype. Trouble is, with stock prices, ...
2
votes
1answer
505 views
Draw date on X axis and time on Y axis using ZedGraph and C#
In ZedGraph, how do I draw a time (like 00:00, 02:00, 04:00, etc.) on the Y axis and date (like 12-Apr-11, 13-Apr-11, 14-Apr-11, etc.) on the X axis?
The bar settings has been set to BarType.Stack.
...
2
votes
1answer
529 views
How to miss points in a ZedGraph line graph in C#
I have bit of code that draws nice line charts in ZedGraph.
I can not change the code entirely, but I would like to have some of the lines not have a y value for each point on the x-axis.
I can do ...
2
votes
1answer
144 views
How can I implement an splitpane in ZedGraph?
On my Masterpane I have 2 panes. Is there a way to change the height of the panes with the mouse (like a sashpane or splitpane?)
2
votes
1answer
721 views
Format DateAsOrdinal xAxis labels in ZedGraph
I have now changed my x axis to DateAsOrdinal, but I would like to improve the label format. I currently handle the XAxis.ScaleFormatEvent like this:
Private Function OnXScaleFormatEvent(ByVal pane ...
2
votes
2answers
633 views
ZedGraph radar chart
Does the ZedGraph API allow us to create a radar chart? An example of a radar chart can be seen at http://www.internet4classrooms.com/excel_files/radar_chart3.gif and is also listed below.
Language ...
2
votes
1answer
433 views
Zedgraph: How to limit pannings/scrolling on a Yaxis?
I have a bar chart that will never go below zero (never go negative), 0 y axis. How do I limit panning/scrolling so that the y0 line is always at the base of the graph?
The requirement is to not be ...
2
votes
5answers
1k views
How to get the data for intra-day candlestick charts for stocks on eg Nasdaq
For a learning exercise, i'm wanting to create candlestick (stock) graphs for stocks using zedgraph.
Now on google finance, i can get daily open-high-low-close data which is perfect for making these ...
2
votes
2answers
1k views
How to draw a square wave using ZedGraph?
How to draw square wave using ZedGraph?
I'm thinking about something like this:
My formula is:
y = amplitude, if sin(x) >=0
y = -amplitude, if sin(x) < 0
In theory it should give a ...
2
votes
4answers
403 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 ...
2
votes
2answers
5k views
ZedGraph labels
In ZedGraph how to show text labels for each point and in the XAxis all together?
EDIT:
If I do
myPane.XAxis.Type = AxisType.Text;
myPane.XAxis.Scale.TextLabels = array_of_string;
I get labels ...
1
vote
2answers
23 views
Charts and plots in .Net 4 using Windows Form
I am using Windows Form and .Net 4 in Visual Studio 2010. I need to do some cross-plots, and would like to have a few features, as cursor and zoom in and out.
I tried to use ZedGraph, however I was ...
1
vote
1answer
89 views
Custom labels on ZedGraph PieChart
I want to create custom labels on my PieChart. Currently, the type of my labels is PieLabelType.Value but I need to format the value to display a currency symbol (€) and the thousands separator.
...
1
vote
0answers
76 views
Rescale X across all plots in ZedGraph
I can successfully zoom x-only across all plots using the following code:
zg1.IsEnableHZoom = true;
zg1.IsEnableVZoom = false;
zg1.IsSynchronizeXAxes = true;
foreach (GraphPane gp in ...
1
vote
1answer
96 views
How to plot graph in windows form using Zedgraph library?
zedGraphControl1.GraphPane.CurveList.Clear();
GraphPane mygraphpane = zedGraphControl1.GraphPane;
PointPairList p1 = new PointPairList(time, distance);
LineItem c1 = mygraphpane.AddCurve("Best ...
1
vote
1answer
87 views
Can not update YAxis in ZedGraph with NumericUpDown
I am trying to increase/decrease Max and Min value of Y axis in a ZedGraph. When I create the form, the graph draws as normal, but after first draw I want to change the scale of Y axis using 2 ...
1
vote
1answer
207 views
Zed-Graph Set scale to default programmatically
I've got a winforms application which uses zed-graph library to plot graphs. When I right-click on the control (while application is running) a context menu shows up and I can choose Set Scale to ...
1
vote
1answer
87 views
How to make ZedGraph bars overlap?
For a particular task, I need bars on my bar graph to overlap. Currently, if two bars from two different data sets have the same x value, they are set apart from each other instead of both ...
1
vote
0answers
64 views
Aligning Legend at the top right on ZedGraph
Aligning Legend at the top right on ZedGraph.
myPane.Legend.Position = ZedGraph.LegendPos.TopCenter; // This way working.
I tried this way and has not worked.
//myPane.Legend.Location.AlignH = ...
1
vote
0answers
191 views
ZedGraph + C# - Line Chart with date and time on X axis
I am working with line chart using ZedGraph and C# in Visual Studio 2010.
The values are coming from serial port.
The date and time are entering the X axis, but each interval the number of seconds ...
1
vote
1answer
283 views
Scrolling does not work with ZedGraph
I have a line chart in ZedGraph.
The data is coming from serial port every second.
The chart is running.
But do not roll (scroll) on the X axis and is compressed in the left corner.
I need the chart ...
1
vote
1answer
117 views
ZEDGraph cannot change axis color
Hi I am new to Zedgraph and I can only find few examples and information.
What I need to do is simple just change the color of the axes from default black to white.This is because I want to use black ...
1
vote
1answer
100 views
Limitations in zedgraphweb
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 ...
1
vote
1answer
321 views
How can I avoid that ZedGraph relabels my YAxis, dividing by 1000?
I am creating a C# visual studio forms application that uses zedgraph to chart the data that the program collects but I am running into the following issue when plotting the data:
My y-axis values ...
1
vote
2answers
273 views
smoothing curve in an array in c#.net
I have an array of int and I plot that values in a graph. (using zedgraphcontrol)
In that curve I want to find local maxima using C#.net
My idea is smoothing the curve to remove the noices.
How can ...
1
vote
1answer
196 views
How to add a text on top of a column with ZedGraph?
How can I add some text on top of a bar in a chart.
This is the code I have to add the bar:
var color = ColorTranslator.FromHtml(row.Colour);
var barItem = graphPane.AddBar(row.Propensity.ToString(), ...
1
vote
1answer
154 views
ZedGraphControl marks important places in a curve
In my C# project use zedGraphControl to draw a curve
In the curve have several maximum values, and
I want to highlight that maximum values by circle it
How I add to my curve?
LineItem myCurve = ...
1
vote
1answer
446 views
ZedGraph Bar Width
Is there a way to modify the width of a ZedGraph bar? If so, what is the code necessary to do so? Is it possible to make it so the bars scale with the zoom also? I have bars that don't show up ...
1
vote
1answer
274 views
Generating and Saving ZedGraph plots without showing on forms
Is it possible to plot data on to a ZedGraph graph and save it as a file without showing / generating a graph that is visible to the user? I'm looking to process a lot of datasets and generate a graph ...