Bar Charts

From ZedGraphWiki

Jump to: navigation, search

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


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


Multi-Colored Bar Demo (C#, VB)
Demonstrates using the Gradient-By-Value Fill type to show multi-colored bars with a single CurveItem.
multi_colored_bar_150.png


Stacked Bar With Labels Demo (C#, VB)
Demonstrates a horizontal stacked bar graph with a label inside each bar showing its value.
stacked_bars_labels_150.gif


Vertical Bar With Labels Demo
Shows a clustered, vertical bar chart with a value label placed above each bar.
vertical_bars_labels_150.gif


Horizontal Bar With Labels Demo
Shows a clustered, horizontal bar chart with a value label placed to the right of each bar.
horizontal_bars_labels_150.gif


ErrorBar Demo
Demonstrates the use of the ErrorBar graph type.
error_bar_150.gif


Filled Bar Demo
Shows how to fill the bars on a bar chart with an image, rather than the standard gradient fill.
filled_bar_150.gif


HiLowBar Demo
Demonstrates the use of the HiLowBar graph type.
hi_low_bar_150.gif


Hi-Low-Close Demo
Combines a HiLowBar and a regular symbol graph to generate a High-Low-Close stock chart.
hi_low_close_150.gif


Horizontal Bar Demo
Shows a clustered, horizontal bar chart with some negative bars.
horizontal_bar_150.gif


Horizontal Stacked Bar Demo
Shows a stacked, horizontal bar chart.
horizontal_stacked_bar_150.gif


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


Percent Stack Bar Demo
Demonstrates the percent stacked bar graph type.
percent_stack_bar_150.gif


Sine Bar Demo : A simple bar graph demo.
sine_bar_150.gif


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

Back to Sample Graphs