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...
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?
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 ...
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...
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...
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.
© 2022 - 2024 — McMap. All rights reserved.