zedgraph Questions
5
Solved
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...
Luciennelucier asked 17/5, 2013 at 15:1
4
Solved
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 advan...
Arroyo asked 27/1, 2011 at 15:0
3
Solved
Is it possible to change the background color (white by default) of a zedgraph pane?
I tried changing the background color of the zedgraph element, but it doesn't give any visible result, backgrou...
2
Solved
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...
Graciagracie asked 13/8, 2011 at 22:21
2
Solved
I have a .wav file and I am plotting waveform using ZedGraph. I am calculating the energies of .wav file of each second and if energy is less then 4 I want to draw the sample in different color. I ...
2
Solved
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...
2
Solved
I have a ZedGraphControl with a few curves in it and I want to add vertical lines at some fixed x-positions. The lines should of course only be inside the actual graph area.
I tried following
Li...
3
Solved
I am using ZedGraph on a windows form to display bar chart. Following code executes when user click on a button.
zg1.GraphPane.AddBar("Series", null, y, Color.Red);
It adds an extra bar every ti...
1
Solved
I am using the ZedGraph control and want to fill one side of the graph function with some color and other side with other color.
PointPairList list1 = new PointPairList();
list1.Add(0, 4);
list...
1
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 f...
7
Solved
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 libra...
3
Solved
I have two curves on the zedgraph control, after plotting both the curves...
PointPairList thresholdList = new PointPairList();
PointPairList powerList = new PointPairList();
private void plotPow...
1
Solved
Is it possible to draw a curve which consists of multiple segments? For example, I have 4 points and I need to plot curve with segments from point1 to point2 and from point3 to point4, with no conn...
1
I want to format my tool tip that I used to display graph and point information on PointValueEvent on Zedgraph.
I know how to format normal tool tip but in this case zedgraph doesn't have tool tip...
2
Solved
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 pan...
Genitor asked 10/2, 2011 at 1:1
1
Solved
I want to remove a specific context menu item, appears when the Mouse down(right) event is fired.
with the help of Context Menu Builder event, I was able to add some costume menu items, but I wa...
Omegaomelet asked 5/7, 2012 at 9:3
1
Solved
I'm building and displaying a ZedGraph in a WinForm. When I rightclick on the graph, there is an option for "show point values". When that's enabled, hovering over a point will give the X/Y values ...
1
Solved
In following my question "ZedGraph custom graph" I have chart with every second inserting of datas, now I have other questions:
How to smoothly move down Y2Axis (DateTime type) with a chart line ...
Millinery asked 19/4, 2012 at 6:33
1
Solved
I want to make wtih ZedGraph following dynamically chart:
How to make ZedGraph axes reverse and and time axis? Thanks
UPD 1:
I have to try with following code:
GraphPane myPane = zg1.GraphPane;
...
Stamina asked 16/4, 2012 at 9:55
1
I have a data of time of consecutive heart beats (in milliseconds) and I'm trying to make a dynamic chart of them. So on XAxis I have XDate variable increased by .AddMilliseconds(heart_beat_time) a...
2
Solved
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 gr...
1
Solved
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....
2
I want to display a non-zoomable ZedGraph control. How do I disable the mousewheel zooming function in ZedGraph?
Estrange asked 15/9, 2010 at 7:56
4
Solved
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...
1
Solved
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 d...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.