Title | Description |
Simple Bar Chart | Demonstrates the basic steps in creating bar charts. |
Multi-Color Bar Chart | Demonstrates creating a multi-color bar chart, in which each bar has a different color. Also demonstrates metallic background colors and various 3D border effects. |
Soft Bar Shading | Demonstrates using soft lighting effects for bars and gradient color for plot area background. Also demonstrates putting axis ticks in between axis labels, as opposed to at the axis labels. |
Glass Bar Shading | Demonstrates using glass shading effect for bars and gradient color for plot area background. Also demonstrates putting axis labels on both sides of the plot area. |
Cylinder Bar Shading | Demonstrates using cylinder shading effect for bars and gradient color for plot area background. Also demonstrates putting axis labels on both sides of the plot area. |
3D Bar Chart | Demonstrates using Layer.set3D to set the bars to 3D style. |
Cylinder Bar Shape | Demonstrates bars of cylinder shape. |
Polygon Bar Shapes | Demonstrates bars of various polygonal shapes. |
Stacked Bar Chart | Demonstrates creating a stacked bar chart, completed with bar labels and legend box. |
Percentage Bar Chart | Demonstrates creating a percentage bar chart. Also demonstrates how to include icons in the legend box using CDML. |
Multi-Bar Chart | Demonstrates a multi-bar chart, in which bars are clustered. Also demonstrates using alternative plot area background colors, and putting legends internal to the plot area. |
Soft Multi-Bar Chart | Demonstrates a multi-bar chart with soft lighting effects for bars and gradient color for plot area background. |
Glass Multi-Bar Chart | Demonstrates a multi-bar chart with glass shading effect for bars and gradient color for plot area background. |
Multi-Cylinder Chart | Demonstrates a multi-bar chart with cylinder shading effects. Also demonstrates using dotted line style for grid lines. |
Multi-Shape Bar Chart | Demonstrates a multi-bar chart in which each data set has a different bar shape. |
Overlapping Bar Chart | Demonstrates a multi-bar chart in which the bars within a cluster overlaps. |
Multi-Stacked Bar Chart | Demonstrates combining multi-bar style with stacked bar style. Also demonstrates drawing horizontal bar charts, using icons in axis labels with CDML, customizing legend and bar labels, controlling bar widths and centering legend box. |
Depth Bar Chart | Demonstrates using multiple bar layers with semi-transparent colors to create a depth bar chart. |
Positive Negative Bars | Demonstrates a bar chart containing positive and negative data, represented by different colors. |
Borderless Bar Chart | Demonstrates a horizontal bar chart with no axes, grid lines or and plot area border. Also demonstrates using gradient colors for the bars, and a number of other ChartDirector features. |
Dual Horizontal Bar Charts | Demonstrates combining two horizontal bar charts of opposite direction using a MultiChart, and a number of other ChartDirector features. |
Pareto Chart | Demonstrates the pareto chart style. |
Bar Gap | Demonstrates the effects of different bar gaps configured using BarLayer.setBarGap. |