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
1612
How select what field use on chart from Buisness Object
posted

Hi,

I'd like to bind my Buisness Object Collection to winChart, doing it like that:
grid.DataSource = myCollection;

How to select what field shall be used on simple bar chart in X, and what field on Y axis ?

 

I found many DataTable examples but I'd like to avoid creating dynamically dTable if can bind to Buisness Object collection (I believe it is possible)

Many thanks for any advices !