<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" viewSourceURL="srcview/index.html">
    <!--
        The following code contained in this chapter's bundle consists of:
            
            Figure 11-1
                Creating a PieChart to show sales data.
            
            Figure 11-2
                The same data displayed vertically in a ColumnChart and horizontally in a BarChart.
            
            Figure 11-3
                Using a clustered ColumnChart to compare two data series.
            
            Figure 11-4
                Using a stacked ColumnChart to compare data.
            
            Figure 11-5
                Comparing percentage differences in data series using the 100% stacked ColumnChart.
            
            Figure 11-6
                Displaying two series in a LineChart using the curve form.
            
            Figure 11-7
                A stacked AreaChart displaying two curved series.
            
            Figure 11-8
                Using a PieChart to show breakdown by gender.
            
            Figure 11-9
                Using the various label positions of the PieChart.
            
            Figure 11-10
                Using the innerRadius style of a PieChart to create a donut chart.
            
            Figure 11-11
                Exploding an individual wedge of a PieChart.
            
            Figure 11-12
                Using the PlotChart to plot multiple data series.
            
            Figure 11-13
                Using a BubbleChart to render a third data field.
            
            Figure 11-14
                Using a HLOCChart to display stock performance.
            
            Figure 11-15
                Comparing the same data set by using a LinearAxis and a LogAxis.
            
            Figure 11-16
                Displaying data through time by using the DateTimeAxis.
            
            Listing 11-9
                Creating Interactive Charts.
            
            Listing 11-10
                Sliding Data In and Out
            
            Figure 11-17
                An Interactive, Animated Charting Dashboard Application
    -->
</mx:Application>