Special Charts

From ZedGraphWiki

Jump to: navigation, search

Combo Chart Demo (C#, VB)
General demonstration graph with bars, lines, semi-transparent fill, labels, and banded ranges.
combo_150.gif


Gas Gauge Demo
Demonstration of the gas gauge type.
gas_gauge_150.gif


Contour Chart Demo
Shows how to make a 2D contour plot using regular LineItems with fills.
contour_150.gif


SampleMultiPointList Demo
Demonstrates a custom data storage class that implements the IPointList interface, allowing it to be used directly by ZedGraph.
ipointlist_150.gif


MasterPane Demo
Demonstrates the use of the MasterPane, which handles the layout of multiple GraphPanes.
masterpane_150.gif


Multi-Pie Chart Demo
Shows multiple pie graphs in a MasterPane.
multi_pie_150.gif


Spider Demo
Shows spider graph in a MasterPane.
spider_graph_150.gif


Transparent Background Demo
Shows how to make the plot area transparent so the chart can be overlaid on a background image.
transparency_150.gif

Back to Sample Graphs