Title | Description |
Simple Bar Chart (1) | Demonstrates the basic steps in creating bar charts. |
Simple Bar Chart (2) | Extends the Simple Bar Chart (1) example to demonstrates various methods to control the chart appearance and to add titles. |
Bar Labels | Extends the Simple Bar Chart (1) example by including bar labels on the bars, and decorating the bars with rounded corners and gradient shading. |
Multi-Color Bar Chart (1) | Is the same as Simple Bar Chart (2), except that XYChart.addBarLayer3 is used to add a multi-color bar layer instead of a regular bar layer. |
Multi-Color Bar Chart (2) | Extends the Multi-Color Bar Chart (1) example by decorating the the bars with rounded corners and gradient shading. |
Soft Bar Shading | Demonstrates using soft lighting effect 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 axis labels on both sides of the plot area. |
Gradient Bar Shading | Demonstrates using bar gradient shading for a horizontal bar chart. Also demonstrates using gradient color background, partially rounded frame, and automatic resizing of the plot area to fit the chart. |
Cylinder Bar Shading | Demonstrates using cylinder shading effect for bars. Also demonstrates brushed metal background, rounded frame, and 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 with a legend box. Also demonstrates gradient background color, rounded frame, soft drop shadow, and using CDML to include custom icons in the legend box. |
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. |
Gradient Multi-Bar Chart | Demonstrates a multi-bar chart with bar gradient shading 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. |
Bars with Marks | Demonstrates combine a bar layer with a box-whisker layer to create bars with marks. Also demonstrates gradient background color, rounded frame, soft drop shadow, and automatic resizing of the plot area to fit the chart. |
Histogram with Bell Curve | The example demonstrates creating a histogram with a bell curve. |
Pareto Chart | Demonstrates the pareto chart style. |
Variable Width Bar Chart | Demonstrates a bar chart with variable bar widths. |
Bar Gap | Demonstrates the effects of different bar gaps configured using BarLayer.setBarGap. |