Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
stacked columns series with pivot grid
posted

Dears,

since there is only Column series in olap axis of datachart, how can i make it to bind stacked column datachart with pivotgrid, its really urgent, the whole application depends on this.

i saw the sample https://ko.infragistics.com/support/retired-products#/pivot-grid/pivot-grid-and-bar-charts

can i replicate this with datachart??

what can i write instead of this:

 this.pieChart.Series.Add(new Series()
                {
                    DataSource = cells,
                    Label = row.Caption,
                    DataMapping = "Value=Value;Label=Label",
                    ChartType = ChartType.StackedColumn
                });

Thanks,
Parents Reply Children
No Data