Top "Zedgraph" questions

ZedGraph, written in C#, is an LGPL class library, user control, and web control for .NET, for creating various types of graphs and charts.

Draw a Graph in C# using zedGraph

I need to create a graph that have the following properties: The X Axis is for schools names. The Y …

c# graph zedgraph
Can the ZedGraph charting library for .NET be recommended?

I am working on a project for my company, and I need to integrate some graphs of different types and …

c# graphics charts zedgraph
How to add real-time data in a dual-Y-axis ZedGraph graph using C#?

For my project, I need to add and update real-time data to my dual y-axis graph. The Y and Y2 …

c# real-time zedgraph
ZedGraph - I am looking for an example of using a DateTime

I am looking for an example of using a datetime field on a zedgraph linechart X-Axis. Edit - And how …

c# zedgraph
Clear ZedGraph Data

I am using ZedGraph on a windows form to display bar chart. Following code executes when user click on a …

c# charts zedgraph
ZedGraph labels

In ZedGraph, how do I show text labels for each point and in the XAxis all together? If I do …

asp.net controls charts zedgraph
Zedgraph - how to customize date based X-Axis tics

SITUATION I am building a chart using ZedGraph of price (Y axis) against time (X axis). The duration of time …

c# charts zedgraph
ZedGraph: just the dots

I am new to ZedGraph. So far I could draw curves and bars. How can I display just the dots …

c# .net winforms zedgraph
Zedgraph X-axis scaling values

I would like to increase the values shown in X-axis of a graph I am working on, in such a …

c# vb.net zedgraph
Generating and Saving ZedGraph plots without showing on forms

Is it possible to plot data on to a ZedGraph graph and save it as a file without showing / generating …

c# graph zedgraph