﻿<?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 - WebGrid Enterprise - Why can't display the charttype with 3D pivotcharting after setting the Designer by the example?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-cant-display-the-charttype-with-3D-pivotcharting-after-setting-the-Designer-by-the-example/</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>Why can't display the charttype with 3D pivotcharting after setting the Designer by the example?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-cant-display-the-charttype-with-3D-pivotcharting-after-setting-the-Designer-by-the-example/</link><pubDate>Tue, 31 Jul 2012 02:18:45 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear that adding
the clustered 3d column with cylinder shape into the chart settings of WebGrid
helps.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need
further assistance or run into any problems regarding our controls, feel free
to post it into our community site. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Why can't display the charttype with 3D pivotcharting after setting the Designer by the example?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-cant-display-the-charttype-with-3D-pivotcharting-after-setting-the-Designer-by-the-example/</link><pubDate>Tue, 31 Jul 2012 02:09:59 GMT</pubDate><dc:creator>susu</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt;thank you very much!  &lt;/p&gt;</description></item><item><title>Why can't display the charttype with 3D pivotcharting after setting the Designer by the example?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-cant-display-the-charttype-with-3D-pivotcharting-after-setting-the-Designer-by-the-example/</link><pubDate>Mon, 30 Jul 2012 23:58:09 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;img width="264" height="240" alt="Configure Pivot Chart Lighting" src="http://www.intersoftpt.com/Community/Attachments/3311/ConfigurePivortChartLightingTutorial.png"&gt;&lt;/img&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The tutorial shows &lt;strong&gt;Clustered 3D column with cylinder shape&lt;/strong&gt; as the chart type. In order to
initially show such chart type, please add the following snippet code into the
ChartSettings of WebGrid.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;SeriesColumnSettings Type="Clustered3DColumn"&amp;gt;
    &amp;lt;Settings BarShape="Cylinder" ChartFillType="ColorFill"&amp;gt;
        &amp;lt;BorderStyle Width="0" /&amp;gt;
    &amp;lt;/Settings&amp;gt;
&amp;lt;/SeriesColumnSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" DataSourceID="AccessDataSource1"
    Height="405px" UseDefaultStyle="True" Width="720px"&amp;gt;
    &amp;lt;LayoutSettings InitialView="PivotChartView" /&amp;gt;
    &amp;lt;RootTable DataKeyField="OrderID"&amp;gt;
        &amp;lt;Columns&amp;gt;
            ...
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/RootTable&amp;gt;
    &amp;lt;ChartSettings&amp;gt;
        &amp;lt;SeriesColumnSettings Type="Clustered3DColumn"&amp;gt;
            &amp;lt;Settings BarShape="Cylinder" ChartFillType="ColorFill"&amp;gt;
                &amp;lt;BorderStyle Width="0" /&amp;gt;
            &amp;lt;/Settings&amp;gt;
        &amp;lt;/SeriesColumnSettings&amp;gt;
        ...
    &amp;lt;/ChartSettings&amp;gt;
    &amp;lt;ChartDataCollection&amp;gt;
        &amp;lt;ISWebGrid:ChartPivotDataConfig DataMember="CustomerID" /&amp;gt;
    &amp;lt;/ChartDataCollection&amp;gt;
    &amp;lt;ChartSeriesCollection&amp;gt;
        &amp;lt;ISWebGrid:ChartPivotFilterConfig DataMember="OrderDate"
            DataType="System.DateTime" DateFormat="" DateInterval="Quarters"
            FilterCriterias="" PivotType="ByMonth" /&amp;gt;
    &amp;lt;/ChartSeriesCollection&amp;gt;
&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Why can't display the charttype with 3D pivotcharting after setting the Designer by the example?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Why-cant-display-the-charttype-with-3D-pivotcharting-after-setting-the-Designer-by-the-example/</link><pubDate>Mon, 30 Jul 2012 01:38:21 GMT</pubDate><dc:creator>susu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;When I set the Designer by the example of &lt;em&gt;Configure Pivot Chart Lighting&lt;/em&gt;(&lt;a href="http://www.intersoftpt.com/Support/webgrid/Tutorial/Text/Configure-Pivot-Chart-Lighting/"&gt;http://www.intersoftpt.com/Support/webgrid/Tutorial/Text/Configure-Pivot-Chart-Lighting/&lt;/a&gt;) step by step ,but it still can't show the charttype of 3D? Did other thing I should set?&lt;/p&gt;
</description></item></channel></rss>