zedgraph Questions

2

Solved

I am looking for an example of using a datetime field on a zedgraph linechart X-Axis. Edit - And how do I set the XAxis max scale myPane.XAxis.Type = AxisType.Date; myPane.XAxis.Scale.Min = 0; m...
Equiponderance asked 4/2, 2009 at 18:25

1

Solved

I would like to select points on my curve by dragging a square with my mouse. Of course I can build this myself, but I was wondering if it can be done easier?
Oxidize asked 1/9, 2010 at 20:2

1

I am using ZedGraph to draw my plots in C#. I need to know which bar (in bar chart) was clicked by a mouse. How can I do that? Is there any way to get a bar by a point and for example change bar`s ...
Darrel asked 19/7, 2010 at 22:24

2

Solved

In ZedGraph, how do I show text labels for each point and in the XAxis all together? If I do myPane.XAxis.Type = AxisType.Text; myPane.XAxis.Scale.TextLabels = array_of_string; I get labels on...
Narton asked 3/5, 2009 at 3:28

1

Solved

Using the ZedGraph control, say I am plotting data that has Y values of 13, 34, and 55. How do I set up my Y Axis so that the only text labels shown (and I guess that grid lines would be synchroni...
Meatiness asked 25/5, 2009 at 15:13

2

I am new to ZedGraph. So far I could draw curves and bars. How can I display just the dots without connecting them? I am using C# and Windows Forms.
Dorina asked 12/7, 2009 at 10:1

© 2022 - 2024 — McMap. All rights reserved.