ChartDirector Ver 3.1 (PHP Edition Edition)

Bar Charts


TitleDescription
Simple Bar ChartDemonstrates the basic steps in creating bar charts.
3D Bar ChartExtends the Simple Bar Chart example by drawing the chart to 3D, and adding titles to the chart and the axes.
Multi-Color Bar ChartDemonstrates creating a multi-color bar chart, in which each bar has a different color. This chart uses a metallic background color.
Stacked Bar ChartDemonstrates creating a stacked bar chart, completed with bar labels and legend box.
Percentage Bar ChartDemonstrates creating a percentage bar chart. Also demonstrates how to include icons in the legend box using CDML.
Multi-Bar ChartIllustrates a multi-bar chart, in which bars are clustered together. Also illustrates using alternative colors as plot area background, and putting legends internal to the plot area.
Multi-Stacked Bar ChartDemonstrates combining stacked bar style with multi-bar style. Also illustrates embedding icons in axis labels using CDML, customizing legend keys and bar labels, and controlling bar width.
Depth Bar ChartIllustrates using multiple bar layers with semi-transparent colors to create a depth bar chart.
Positive Negative BarsDemonstrates a bar chart containing positive and negative data, represented by different colors.
Borderless Bar ChartDemonstrates a horizontal bar chart with invisible axes and plot area, using a gradient color for the bars, and a number of other ChartDirector features.
Dual Horizontal Bar ChartsDemonstrates combining two horizontal bar charts of opposite direction using a MultiChart, and a number of other ChartDirector features.
Pareto ChartDemonstrates the pareto chart style.
Bar GapDemonstrates the effects of different bar gaps configured using BarLayer.setBarGap.