Bug Report T319900
Visible to All Users

The Small Chart message is not displayed when many Pie Series are shown on the chart

created 9 years ago

hello,

I am implementing ASPXPivotGrid chart integration function similar to this demo:
http://demos.devexpress.com/ASPxPivotGridDemos/ChartsIntegration/GeneralOptions.aspx

I showed 50 rows per page for ASPXPivotGrid.

When I set  the height of the chart control   to 900px, and select Bar chart, it works and  displays 50 pies. but when I set the chart control's height to 300px or 600px, the chart control display nothing.
I expects the chart control always display 50 pies even if they are very small instead of display nothing when the chart control's height is small.

Could you please help with the issue? thanks for your help.

Answers approved by DevExpress Support

created 9 years ago

We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

    Show previous comments (12)
    DevExpress Support Team 9 years ago

      Hello Henry,
      This hotfix was not included in the released version 15.2.4. However, you can download and install an intermediate 15.2 build - v2015 vol 2.5 Hotfix.

        Thanks John,
        Could you please give me the link of the hotfix?  I clicked "Download your products" but it is not here.  thanks.

        DevExpress Support Team 9 years ago

          Use the Download hotfix link on this page.

          created 9 years ago (modified 9 years ago)

          Hi Henry,

          We have reproduced a situation when an empty chart is shown if a large number of Pie Series is generated from the pivot grid data source. We will continue working on this issue and will update our code to display the corresponding message on the chart. In the meantime, it is possible to hide Series label, Title, and Legend elements to increase the available diagram space:

          To hide series labels, set the SeriesTemplate.LabelsVisibility property to DefaultBoolean.False.
          To hide series titles, set the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property to false.
          And to hide the legend, set the Legend.Visibility property to DefaultBoolean.False.

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.