WPF chart-binding data from WCF
i have created pie chart in wpf i nedd to bind data from database to this chart from wcf how to write code in wcf and bind it to this pie chart of wpf.Means i need to write sql query in wcf extract the result and bind it to chart.
i'm new to wcf and wpf
Can any1 help me on this.