This question is very similar: How to miss points in a zedgraph line graph in c. I am pulling data from SQL and plotting it using ZedGraph, but I am using nullable types (int?, float? etc.) and would
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.开发者_StackOverflow中文版 The main goal is to have several Y Axis on the o
Is it possible to plot data on to a ZedGraph gra开发者_Python百科ph 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 an
I\'m using Zedgraph and I\'ve a problem with values printed beside axis. When my curve has values bet开发者_JAVA技巧ween 0 and 1000, no problem. But when I have values between 10 000 and 100 000 for e
Afternoon all, So I have a application which uses a zedGraphControl to graph out some data that the application collections but I am running into a issue with the y axis max value.Here is what is hap
I am having trouble when refreshing ZedGraphControl. Basically, what happens is that the scale gets messed up whe开发者_高级运维n I refresh the graph with completely new values. Sometimes it becomes t
I am using ZedGraph on a windows form to display bar chart. Following code executes when user click on a button.
How I can exclude in zedgraph one curve from auto-scaling the axes?Example:I have 3 curves in graph and want auto-scaling on X and Y axis only on first two curves but not on third 开发者_StackOverflow
How to set max and min values man开发者_运维技巧ually on the Axis scale in the ZedGraph library?chart.GraphPane.YAxis.Scale.Min = 0;
This may be simple, but I\'m unable to figure it out. I have a linear graph for each of the OS performance counters (Y->value, x->Time). Now I want to add a straight horizontal line for a threshold Y