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.

learn more… | top users | synonyms

-4
votes
2answers
68 views

Best way to access more than 1 000 000 numbers C#

So the problem is: I have a file with *.sld extesnion. This file contains about 94 columns and 24500 rown with numbers and can be read by as normal text file. What is the best way to access these ...
0
votes
1answer
26 views

Zedgraph Control accessible from any function

I have this function: public void MainFormLoad(object sender, EventArgs e) { GraphPane myPane = GRAPH.GraphPane; } Where myPane is a reference to GraphPane (GRAPH is name of ZedGraphControl ...
0
votes
1answer
10 views

How to create a new curveitem for a rolling graph?

I am trying to create a rolling graph using zedgraph. I used the code given in the website http://zedgraph.dariowiz.com/index3061.html . It is working properly. The graph in the sample has been ...
0
votes
0answers
19 views

ZedGraph. JapaneseCandleStick small scale is not small

In my financial application i use two panes. One for candle stick graph, and another one for just bar graph. This panes synchronized by x - axis. When i zoom out graph all graphs getting smaller, but ...
0
votes
1answer
14 views

mark current year with boxobj (zedGraph and C#)

I need some graphs which show me the development of our customers. Because the data from the current year is still changing, I'd like too 'highlight' the region of the current year. Because pictures ...
0
votes
1answer
18 views

ZedGraphControl does not Auto Zoom to use all of GraphPane

I am using ZedGraphControl but cannot seem to use the full GraphPane. There are gray padding areas on each side of X-Axis. I have set the following, but it does no good. myPane.XAxis.Scale.MinAuto ...
0
votes
0answers
21 views

Zedgraph Piechart label overlap and mouse over command

In Piechart labeling, the text crop/ overlapping issue is happening when there is two small segment label show together. I googled but I can't find any answer to my problem. Is there anyone who knows ...
0
votes
1answer
104 views

C# - Zedgraph, plotting serial data too much delay and time lag

I'm new to C# programming and trying to write an application which is part of my final thesis. I have a microprocessor that continuously send data from a sensor to my computer via serial port. All I ...
0
votes
0answers
13 views

Zedgraph: Labels/text sizing/bounding-box

I need to handle placement of labels and add line pointing to these labels. What I miss there is the ability to calculate the size of the label in user scale coordinates. I need to correct these ...
1
vote
0answers
52 views

How can I show the Title and Legend of a ZedGraph when running application on Mono on Mac?

I have a Winforms application that we are getting to work on Mono so we can run it on Mac. The application makes heavy use of ZedGraph, which is written entirely in C#. ZedGraph works perfectly on ...
8
votes
2answers
275 views

Why is my C# program faster in a profiler?

I have a relatively large system (~25000 lines so far) for monitoring radio-related devices. It shows graphs and such using latest version of ZedGraph. The program is coded using C# on VS2010 with ...
0
votes
1answer
70 views

Plot Point in ZedGraph C#?

Well this is my question, I have a ZedGraph, now I want to put some points in the ZedGraph, I have my simple class Point wich it have, the X & Y values, fist I check this question, but not ...
-1
votes
1answer
47 views

How to split a zed-graph in three sections with a vertical line to separate them?

I am having trouble splitting a zedgraph into sections, I want to be able to monitor my running sessions and thought I would try build a program that displays my results, mainly speed on a graph. The ...
0
votes
1answer
53 views

ZedGraph, multiple solid colors for chart background based on X or Z value

I need the chart background of a bar chart to depend on the X-value, in order to display for example 2 solid colors, like green for data points for current day, and white on earlier data points. I ...
0
votes
0answers
124 views

Display data from Datagridview in a chart C#

I need to display data from populated datagridview in the chart. I've tried using Zedgraph but I couldn't get it working. Are there any other ways of doing it? Can it be done? Maybe someone knows how ...
0
votes
1answer
53 views

How to add c# custom controls to MonoDevelop toolbox?

I am new to mono develop, I created a gtk# 2.0 project in Mono Develop and tried to add C# user defined controls like Zedgraph, but the toolbox is not accepting c# user-defined controls. Is there a ...
0
votes
0answers
132 views

zedgraph add points on zedGraph_MouseClick()

I want to add a point to a empty zedgraph, and also be able to edit and delete created points if I click on created point and hold ALT key. UPDATED I have this code with zedGraph_MouseClick method ...
0
votes
0answers
59 views

C# ZedGraph: Scroll to the right automatically only when the scrollbar is at the right

I have a program that uses zedGraph for showing graphs that are updated automatically every second. When I want to read something around the beginning, I scroll left, and even when data updates, the ...
3
votes
1answer
67 views

BackgroundImage with margins

I am making an audio spectrogram which is basically a Bitmap. To display the axes (graph) I am using ZedGraph which is there basically just to show axes, as said. Kind of a helper control. I am then ...
0
votes
0answers
26 views

Sychronize zedgraph Y-axis

I'm trying to synchronize the Y axis of 3 different zedgraphs to have the same limits. The program loads an image and then represents it's RGB histograms. The problem is that the limits are ...
0
votes
0answers
17 views

Error while using zedGargh.dll in asp.net4

I want to use zedgraph in asp.net 4. but I get the erros below: System.IO.DirectoryNotFoundException: Could not find a part of the path ...
0
votes
2answers
132 views

ZedGraph how to detect zoom in or out?

I have been using ZedGraph for a while but I was just frustrated after hours of search I couldn't find how to distinguish detect if the zoom event was "zoom in" or "zoom out" or "zoom all out? ...
0
votes
0answers
126 views

Boxplot using Zedgraph

please, can you advise me, how to simple plot "Boxplot" graph using Zedgraph library? I would graph to look like this image: I am hosting win forms Zedgraph onto my WPF project because i didnt find ...
1
vote
1answer
136 views

How to sync three GraphPane's in ZedGraph?

While using ZedGraph to display six graphs on three GraphPane's as shown in first pic, all graphs are in sync. However when i try to display the date for the first pane the graph are out of sync as ...
0
votes
1answer
39 views

How to reverse axis in stacked bar?

I'm trying to create a horizontal stacked bar graph, for a Gantt chart, but the axis is reversed. Code I have written is below: a[0] = 0; a[1] = 6; a[2] = 7; a[3] = 7; b[0] = 6; b[1] = 0; b[2] = ...
1
vote
0answers
57 views

Share ZedGraphControl between two forms

I have the following problem/task: I have a Zedgraph in Form1. That zedgraph gets updated within Form1. Now I would like to have the option to un-dock that graph into a new form (Form2). Form1 would ...
0
votes
0answers
86 views

How do I draw an extended cross hair cursor in Zedgraph that is persistent when the mouse is not moving?

I am creating a stock charting application using Zedgraph. The chart has multiple panes for indicators. I would like to display a crosshair cursor that extends to the extents of the Zedgraph control ...
0
votes
0answers
224 views

Emgu Image histogram wont draw

I have tried to draw a histogram using the following code Image<Gray, Byte> img = new Image<Gray, byte>(400, 400); img.SetRandUniform(new MCvScalar(), new MCvScalar(255)); ...
0
votes
0answers
80 views

C#+ZedGraph---how to draw correctly [closed]

I want to draw the graph for function: a^2+bx+c but it doesn't work....Where is my mistake? My code: private void button2_Click(object sender, EventArgs e) { // This is ...
0
votes
1answer
615 views

Using ZedGraph in c#

A have a problem. Zedgraph draws the wrong graph for my equation. My code: private void button1_Click(object sender, EventArgs e) { double a, b, c, dl; a = float.Parse(textBox1.Text); b ...
2
votes
0answers
112 views

Can't draw graph with Zedgraph in c#

I need to draw a graph with zedgraph in c# but doesn't work. My code: Variables: double x1, x2; The button1_Click event handler: private void button1_Click(object sender, EventArgs e) { double ...
-6
votes
1answer
96 views

Where is the mistake with zedgraph in c# [closed]

I want to draw a graph for the equation of degree 2 but does not work: My code: private void button1_Click(object sender, EventArgs e) { double a, b, c, dl; double x1, x2; a = ...
0
votes
1answer
66 views

Prevent Y2Axis from changing when user zooms ZedGraph

I am using a single ZedGraphControl to display 2 curves, one on the primary YAxis and another on the Y2Axis. I want to make it so that when the user zooms in on the data manually, only the scale on ...
2
votes
2answers
745 views

display real time graph of serial port data

I want to display graph of data coming from serial port.This data is continues having \r in between. For drawing graph I am using ZedGraph.dll. My code is as follows using System; using ...
3
votes
1answer
568 views

Zedgraph - how to customize date based X-Axis tics

SITUATION I am building a chart using ZedGraph of price (Y axis) against time (X axis). The duration of time is three years. At the moment I'm getting X axis labels of : Jan 11; Jan 12; Jan 13 for ...
0
votes
1answer
121 views

zedgraph wont display the bars when i save it as image

I am trying to saveAs the zedgraph diagram that my program creates. The problem is that when i use that code it saves the image but only the labels on top of the bars appear...no bars are displayed. ...
1
vote
1answer
140 views

ZedGraph - how to fix overlapping labels in pie chart?

I am using the PieItem AddPieSlice method to build my Pie chart, but cannot figure out how to deal with the sometimes overlapping labels. Has anyone found a solution or any kind of workaround? ...
0
votes
2answers
95 views

zedgraph doesnt apply the changes to the myPane

I am trying to create a visual representation of my data, I have already populated point pair lists and I am creating my chart as follows: public void CreateChart(ZedGraphControl zgc) { ...
1
vote
1answer
129 views

Zedgraph Magnitude issue in X2Axis in vb.net or c#

I am having hard time trying to do get the excel semi log plot with zedgraph: I currently have: To do this I have Dim pane As New GraphPane() 'reverse order pane.X2Axis.IsVisible = True ...
0
votes
1answer
109 views

Suggestions using Zedgraph and AdvancedHMI Realtime application [closed]

I'm new to Stackoverflow. I'm asking for any suggestion about using Zedgraph along with AdvancedHMI. Currently I had developed a c# application that gathers "real-time" data from a PLC via Ethernet. ...
4
votes
1answer
787 views

Zedgraph X-axis scaling values

I would like to increase the values shown in X-axis of a graph I am working on, in such a way: X-axis starts in 0.125, then it shows 0.250, 0.5, 1.0, and then the numbers are 1.5, 2, 3,4,5,6,8,12 as ...
0
votes
0answers
86 views

ZedGraph with Dynamic Data

I have a ZedGraph using dynamic data, the display is updating with real time, using an 1 hour block between the min and max of the Y axis. How do i prevent the MajorStep on the Y axis from changing ...
0
votes
1answer
227 views

ZedGraph - Force all graph panes to be the same size

I am using the ZedGraph control (zgc) to create individual stacked bar charts and display them in a single stacked column as shown in the image below. The issue that I am having is that I have no ...
1
vote
0answers
231 views

ZedGraph Chart - Zooming data to fit the entire chart area?

I want the data (X axis) to always span the entire graph pane. Is there a property or method that does this? Here are some properties I have set for the X axis: myPane.XAxis.Title.IsVisible = ...
0
votes
1answer
101 views

Handling Event - form/control not updating?

First off, I do not work with winform development full time so don't bash me too bad... As the title somewhat depicts, I am having an issue refreshing the controls on a form after an event has been ...
0
votes
1answer
497 views

Zedgraph horizontal line across the bar chart needed

I am using ZedGraph http://www.codeproject.com/Articles/5431/A-flexible-charting-library-for-NET?fid=26087&fr=11#xx0xx and I want to plot vertical bars and then have a horizontal line across ...
1
vote
1answer
130 views

ZedGraph Point Labels overlapping

I have line charts with multiple series data. points in series are little close to each other so due to that reason, label overlaps eachother. Is there any supportive lib which can handle point ...
0
votes
1answer
284 views

ZedGraph: Custom Labels on XAxis.DateAsOrdinal

I am confounded by this problem: I have a WinForm with ZedGraph object plotting a simple curve. It has a custom text object "C" above each point. When I change the XAxis.Type to DateAsOrdinal, the ...
0
votes
0answers
90 views

connecting JapaneseCandleStick peaks and lows using ZedGraph

this is my main code GraphPane myPane = this.zedGraphControl1.GraphPane; myPane.Title.Text = "Graph for " + this._currentStock.StockName(); StockPointList spl = new StockPointList(); foreach ...
1
vote
1answer
139 views

Hiding X axis on graph with ZedGraph lib

I want hide X axis on my graph. Here is my code for it: zg1.GraphPane.XAxis.IsVisible = false; zg1.AxisChange(); zg1.Invalidate(); But i have problem with it. My graph: After hidding X axis: ...

1 2 3 4 5 6