<ChartCanvas ChartHeight="400" ChartWidth="640" ChartCaption="...with Border, Background Color, and Resizing" ID="Chart_Area3" BorderColor="Gray" BackgroundColor="MintCream" PlotBackgroundColor="#FFFFFF" PlotBorderColor="Gray" PlotBorderThickness="1" SpacingRight="50">
<Series Type="Area" ChartYDataColumn="gacSaleAmount" ChartXDataColumn="tpcShipMonthAbbrev" Color="#FFA500" AreaLineColor="DarkCyan" LineThickness="1" IdeDisplayStatus="Collapsed">
<DataLayer Type="XMLFile" ID="dlSalesDataXML" XMLFile="NW_SalesTotalsByAmount.xml" IdeDisplayStatus="Collapsed">
<TimePeriodColumn DataColumn="ShippedDate" ID="tpcShipMonthAbbrev" TimePeriod="MonthAbbreviation" />
<TimePeriodColumn DataColumn="ShippedDate" ID="tpcShipMonthName" TimePeriod="MonthName" />
<TimePeriodColumn DataColumn="ShippedDate" ID="tpcShipMonth" TimePeriod="Month" />
<GroupFilter GroupColumn="tpcShipMonth" DataType="Number" KeepGroupedRows="False" SortSequence="Ascending" IdeDisplayStatus="Collapsed">
<GroupAggregateColumn AggregateColumn="SaleAmount" AggregateFunction="Sum" DataType="Number" ID="gacSaleAmount" />
</GroupFilter>
</DataLayer>
<Quicktip IdeDisplayStatus="Collapsed">
<QuicktipRow Caption="Month:" Value=" @Chart.tpcShipMonthName~" />
<QuicktipRow Caption="Revenue:" Value="@Chart.gacSaleAmount~" Format="Currency" />
</Quicktip>
<Action Type="Report" ID="actDrillDown" IdeDisplayStatus="Collapsed">
<Target Type="Report" Report="DrillDownTarget" ID="trgReport" />
<LinkParams PassedData="@Chart.tpcShipMonthName~" />
</Action>
</Series>
<ChartCaptionStyle FontFamily="Arial" FontSize="20" AlignmentHorizontal="Center" FontWeight="Normal" />
<ChartXAxis AxisCaption="Month" AxisLineColor="Gray" IdeDisplayStatus="Collapsed">
<ChartTicksAndGrid TickInterval="1" GridLineColor="Gray" GridLineThickness="1" TickmarkPlacement="Center" />
<AxisCaptionStyle FontColor="Green" FontFamily="Arial" FontSize="16" FontWeight="Bold" />
<AxisLabelStyle FontFamily="Arial" FontWeight="Normal" FontColor="Green" FontSize="16" OffsetY="20" />
</ChartXAxis>
<ChartYAxis AxisCaption="Revenue" IdeDisplayStatus="Collapsed">
<ChartTicksAndGrid GridLineColor="Gray" TickInterval="5000" GridLineThickness="1" />
<AxisCaptionStyle FontColor="#505050" FontFamily="Arial" FontSize="16" FontWeight="Bold" />
<AxisLabelStyle Format="$###mp" FontColor="#505050" />
</ChartYAxis>
<Note Note="Resizer element only works with Logi Info, not Logi Report" />
<Resizer ResizerHandleStyle="Knob" MaxWidth="1024" MaxHeight="700" />
</ChartCanvas>