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
110
Pie Chart and XML File call
posted

I'm calling an XML file and using a pie chart.  Only have 2 columns of data.

 Getting the error.  Pie Chart Error: PieChart.ColumnIndex must be a numeric column (or -1 for auto-search)

I've tried setting this property and keep getting same error.

I'm using DataSource and Databind.

Me.chartLPS.DataSource = ds.Tables(0).DefaultView

Me.chartLPS.DataBind()

 When I bind this same DS to a GridView, the data displays in the grid perfect.  Any help would be greatly appreciated.