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,
Currently there is no way to do that. In December SR we will add API make this happens.
Thanks alot,
i will use meanwhile the webchart , and waiting for the release :)