動的データをシリーズにバインドしたいのですが、データをシリーズにバインドできないというエラーが発生しました....どうすればいいですか???
`enter code here`
<asp:Chart ID="Chart4" runat="server">
<Series>
<asp:Series Name="Series1" Label='<%# Eval("coulmname") %>'>
</asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="ChartArea1">
</asp:ChartArea>
</ChartAreas>
</asp:Chart>