Bar Charts
From ZedGraphWiki
Japanese Candlestick Demo (C#, VB)
Demonstrates the use of the Japanese Candlestick bar chart type for displaying daily stock data with open, high, low, close data.
Open-High-Low-Close Demo
Demonstrates the use of the OHLC (Open-High-Low-Close) bar chart type for displaying daily stock data with open, high, low, close data. Also shows the use of "GradientByColorValue" to color the bars depending on up days or down days.
Multi-Colored Bar Demo (C#, VB)
Demonstrates using the Gradient-By-Value Fill type to show multi-colored bars with a single CurveItem.
Stacked Bar With Labels Demo (C#, VB)
Demonstrates a horizontal stacked bar graph with a label inside each bar showing its value.
Vertical Bar With Labels Demo
Shows a clustered, vertical bar chart with a value label placed above each bar.
Horizontal Bar With Labels Demo
Shows a clustered, horizontal bar chart with a value label placed to the right of each bar.
ErrorBar Demo
Demonstrates the use of the ErrorBar graph type.
Filled Bar Demo
Shows how to fill the bars on a bar chart with an image, rather than the standard gradient fill.
HiLowBar Demo
Demonstrates the use of the HiLowBar graph type.
Hi-Low-Close Demo
Combines a HiLowBar and a regular symbol graph to generate a High-Low-Close stock chart.
Horizontal Bar Demo
Shows a clustered, horizontal bar chart with some negative bars.
Horizontal Stacked Bar Demo
Shows a stacked, horizontal bar chart.
Overlay Bar Demo
Demonstrates the overlay bar chart type, which is similar to a stacked bar, but the values are not accumulated -- the bars are just drawn on top of eachother.
Percent Stack Bar Demo
Demonstrates the percent stacked bar graph type.
Sine Bar Demo : A simple bar graph demo.
Sorted Overlay Bar Demo
Demonstrates the sorted overlay bar chart type, which is similar to a stacked bar, but the values are not accumulated -- the bars are just drawn on top of eachother with the shortest bar in front and the taller bars behind in order of increasing bar height.
Back to Sample Graphs


