﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - ChartDataCollection</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/ChartDataCollection/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ChartDataCollection</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/ChartDataCollection/</link><pubDate>Mon, 02 Jun 2014 23:26:37 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please kindly check Chart_DataDrilling.aspx sample of WebGrid in your development PC. This is a working sample which implements autocalc=sum in ChartDataCollection.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;protected void WebGrid2_ChartImageProcessing(object sender, WebGridChartEventArgs e)
{
    if (Request["FilterExpression"] != null)
    {
        ...
        ChartPivotDataConfig data = new ChartPivotDataConfig();
        data.DataMember = "ProductSales";
        data.AutoCalc = AutoCalc.Sum;
        ...
    }
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ChartDataCollection</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/ChartDataCollection/</link><pubDate>Mon, 02 Jun 2014 05:26:51 GMT</pubDate><dc:creator>marianne.andersson@vxa.se</dc:creator><description>&lt;p&gt;Is there anyone who has a working example with autocalc=sum in&amp;nbsp;ChartDataCollection.&lt;/p&gt;&lt;p&gt;If you for example have 1 category it,s OK.&lt;/p&gt;&lt;p&gt;If you have more than 1 category, the errormessage is&amp;nbsp;&lt;i style="font-size: 10pt;"&gt;Specified cast is not valid.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;Best regards Marianne&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>