Line & Symbol Charts
From ZedGraphWiki
Multi-Y Demo (C#, VB)
A Graph that demonstrates the use of multiple Y axes on a single graphpane.
Axis Cross Demo
A Graph that shows how to move the intersection of the axes to a location other than the bottom left corner.
Point Label Demo
Demonstrates how to add a text label to each point on a line graph.
Polar Plot Demo
Shows how you can plot in polar coordinates, and simulate polar scale decorations
Scatter Plot Demo (C#, VB)
Shows a basic scatter plot (line graph with symbols only).
BaseTic Demo
Shows how to make the major tics begin at a point beyond the beginning of the axis. For example, an axis that ranges from 0 to 100, but the major tic labels are at 50, 150, 250, etc.
Dual-Y Demo
Shows how to display a Y-axis on both the left and right side of the graph.
Filled Curve Demo
Shows how to fill the area underneath a curve with a colored gradient.
Gradient-By-Value Demo (C#, VB)
Shows how to fill individual points with a color that varies according to a data value.
Line Stack Demo
Shows how to stack curves so the values are summed, and to fill the area between the curves with a color gradient.
Line With Band Demo (C#, VB)
Show a colored band on the graph to highlight a range on the scale.
Smooth Chart Demo
Demonstrates the use of line smoothing. Four curves are drawn which all use the same data points, but different rendering options (smooth, non-smooth, forward step, and rearward step).
Step Chart Demo
Shows a step chart, filled with a gradient.
Back to Sample Graphs


