I am getting the following error on a Windows Forms application that I have written in C# using Visual Studio 2008. The strange thing is that it works on my home PC without any problems, although when
I try to add multiple curves and yaxises using ZedGraph. But I added points to the first curve succesfully after I tried to add the second curve. The first one values\' disappear and
Is it possible to fill a line graph (like in the filled curve demo) with dif开发者_StackOverflowferent color segments?i think u can\'t do that.
I have a single curve with circle p开发者_StackOverflowoints. Is it possible to set CurveItemPoints to a different fill color? I would set significantly points to different colors.Short answer: no.
I am drawing a curve in Zedgraph like this:开发者_如何学Go GraphPane myPane = zgc.GraphPane; PointPairList list1 = new PointPairList();
var p = zgc.GraphPane; p.XAxis.Type = AxisType.Date; My date values are in a PointPairList in XD开发者_如何转开发ate format.
Whe开发者_高级运维n I get one value on Y Axis, it shows four \"1\". How can I set the maximum value by default?it turned out, that I need to set: myPane.YAxis.Scale.Max
In Zedgraph I am unable to get my circle filled - even though I think I have copied the docs. Anyone know why?
How can i use zed graph web to graph a dataset or datatable, the only examples i have found use test data.
I am trying to loop through my datatable column sdescr and use the text in the columns as the labels of my x axis, but it isnt working i am getting this error