Current filter:
                                You should refresh the page.
                                0
                                  • Version 9.1.5

                                    I have a chart bound to an ASPxPivotGrid. The data source is a SSAS cube. The grand totals appear in the chart. I thought the following code would turn them off but it doesn't.

                                    ASPxPivotGrid1.OptionsChartDataSource.ShouldRemoveItem( true, PivotGridValueType.GrandTotal );
                                    ASPxPivotGrid1.OptionsChartDataSource.ShouldRemoveItem( false, PivotGridValueType.GrandTotal );

                                0

                                Hello Sean,

                                Thank you for your report. PivotGridOptionsChartDataSourceBase.ShouldRemoveItem allows you to determine whether specific values should be hidden according to current settings. Please use the PivotGridOptionsChartDataSourceBase.ShowRowGrandTotals and PivotGridOptionsChartDataSourceBase.ShowColumnGrandTotals properties to control whether or not a grand total value should be charted.

                                Thanks,
                                Constant

                                0

                                Thanks - now working.

                                0

                                You are welcome, Sean,

                                I am happy to hear that my assistance was helpful for you. Thank you for informing me.

                                Thanks,
                                Constant

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.