<ChartGrid ID="Chart_Grid1" SavedChartGridFolder="E:\Sample Apps\SampleChartGrid\rdDownload
" xTemplateModifierFile="This should work." IdeDisplayStatus="Collapsed">
<DataLayer ID="dlOrderDataXML" Type="XMLFile" XMLFile="OrderData.xml">
<TimePeriodColumn DataColumn="ShippedDate" ID="tpcShippedYear" TimePeriod="Year" />
<TimePeriodColumn DataColumn="OrderDate" ID="tpcOrderMonth" TimePeriod="FirstDayOfMonth" />
<TimePeriodColumn DataColumn="OrderDate" ID="tpcOrderYear" TimePeriod="Year" />
</DataLayer>
<ChartGridRowsPanel InitialChartGridColumnID="cgcCategoryName" ShowPanel="True" />
<ChartGridColumnsPanel AllowedChartGridColumns="cgcCategoryName, cgcEmployeeLastName,cgcShippedYear" InitialChartGridColumnID="cgcShippedYear" ShowPanel="True" />
<ChartGridXAxisPanel InitialChartGridColumnID="cgcEmployeeLastName" />
<ChartGridYAxisPanel InitialChartGridColumnID="cgcPrice" />
<ChartGridFilterPanel ShowPanel="True" xxxAllowedChartGridColumns="EmployeeLastName" />
<ChartGridViewPanel InitialAggregate="Average" InitialBubbleSize="Quantity" InitialChartType="Scatter" InitialTrendLine="True" />
<ChartGridColumn Caption="Employee Name" DataColumn="LastName" DataType="Text" ID="cgcEmployeeLastName" xxxRepresentsLabels="False" xxxRepresentsValues="False" />
<ChartGridColumn Caption="Country" DataColumn="Country" DataType="Text" ID="cgcCountry" xxxRepresentsLabels="True" xxxRepresentsValues="False" />
<ChartGridColumn Caption="Category" DataColumn="CategoryName" DataType="Text" ID="cgcCategoryName" xxxRepresentsLabels="True" xxxRepresentsValues="False" />
<ChartGridColumn Caption="Product" DataColumn="ProductName" DataType="Text" ID="cgcProductName" />
<ChartGridColumn Caption="Shipped Year" DataColumn="tpcShippedYear" DataType="Text" Format="" ID="cgcShippedYear" />
<ChartGridColumn Caption="Order Date" DataColumn="OrderDate" DataType="Date" ID="cgcOrderDate" />
<ChartGridColumn Caption="Order Month" DataColumn="tpcOrderMonth" DataType="Text" Format="mmm yy" ID="cgcOrderMonth" />
<ChartGridColumn Caption="Order Year" DataColumn="tpcOrderYear" DataType="Number" ID="cgcOrderYear" />
<ChartGridColumn Caption="Quantity" Class="alignRight" DataColumn="sumQuantity" DataType="Number" ID="cgcQuantity" />
<ChartGridColumn Caption="Price" Class="alignRight" DataColumn="sumUnitPrice" DataType="Number" Format="$###,##0K" ID="cgcPrice" />
<ChartGridColumn Caption="Freight" Class="alignRight" DataColumn="Freight" DataType="Number" Format="Currency" ID="cgcFreight" />
<ChartGridPopupZoom Tooltip="Click to see larger chart">
<ChartGridDrillthrough Caption="Chart Grid Drillthrough" />
</ChartGridPopupZoom>
<WaitPage />
</ChartGrid>