Dears,
i am trying to redraw the datachart, whenever i edit the cell in the pivotgrid
this.pivotGrid.DataSource.ResultChanged += (sender, e) => { generate(); };
but am having a problem, that the datasource of the datachart is a SolidifiedView of ObservableCollection<Market>
the market class has dynamic propertties, so when i edit the cells of the pivotgrid and redraw the chart, it tries to duplicate the properties.
Please advice,
find attached the code.
see: https://ko.infragistics.com/community/forums/f/retired-products-and-controls/62282/stacked-columns-series-with-pivot-grid/315499#315499