Line & Symbol Charts

From ZedGraphWiki

Jump to: navigation, search

Multi-Y Demo (C#, VB)
A Graph that demonstrates the use of multiple Y axes on a single graphpane.
multi_y_150.gif


Axis Cross Demo
A Graph that shows how to move the intersection of the axes to a location other than the bottom left corner.
axis_cross_150.gif


Point Label Demo
Demonstrates how to add a text label to each point on a line graph.
point_label_150.gif


Polar Plot Demo
Shows how you can plot in polar coordinates, and simulate polar scale decorations
Polar_thumb.jpg


Scatter Plot Demo (C#, VB)
Shows a basic scatter plot (line graph with symbols only).
scatter_plot_150.gif


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.
base_tic_150.gif


Dual-Y Demo
Shows how to display a Y-axis on both the left and right side of the graph.
dual_y_150.gif


Filled Curve Demo
Shows how to fill the area underneath a curve with a colored gradient.
filled_curve_150.gif


Gradient-By-Value Demo (C#, VB)
Shows how to fill individual points with a color that varies according to a data value.
gradient_by_z_150.gif


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_stack_150.gif


Line With Band Demo (C#, VB)
Show a colored band on the graph to highlight a range on the scale.
line_with_band_150.gif


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).
smooth_chart_150.gif


Step Chart Demo
Shows a step chart, filled with a gradient.
step_chart_150.gif


Back to Sample Graphs