zedgraph
C# - Could not load file or assembly ZedGraph
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[详细]
2023-03-02 13:33 分类:问答Can't add curve to the ZedGraph in C#
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[详细]
2023-02-26 09:02 分类:问答Fill a ZedGraph curve with different color segments?
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.[详细]
2023-02-19 12:38 分类:问答Are different color fills of curve items possible in ZedGraph?
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.[详细]
2023-02-18 23:18 分类:问答ZedGraph - How to display a cursor at an x,y point without using the mouse?
I am drawing a curve in Zedgraph like this:开发者_如何学Go GraphPane myPane = zgc.GraphPane; PointPairList list1 = new PointPairList();[详细]
2023-02-18 17:12 分类:问答Always Display Date In ZedGraph Axis?
var p = zgc.GraphPane; p.XAxis.Type = AxisType.Date; My date values are in a PointPairList in XD开发者_如何转开发ate format.[详细]
2023-02-15 20:36 分类:问答How to set max value in ZedGraph (ASP.Net)
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[详细]
2023-02-15 18:58 分类:问答Zedgraph symbol.fill
In Zedgraph I am unable to get my circle filled - even though I think I have copied the docs. Anyone know why?[详细]
2023-02-14 23:37 分类:问答Zed Graph Web and datatable
How can i use zed graph web to graph a dataset or datatable, the only examples i have found use test data.[详细]
2023-02-13 04:50 分类:问答zed graph x axis labels
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[详细]
2023-02-12 20:00 分类:问答