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
55
Pie Chart and DataSourceURL
posted

Hello

Can I use DataSourceURl in a Pie Chart? I'm trying to do this, but I can't get it

Code:

@(Html.Infragistics().PieChart<EstatusPedimentos>()

.ID("chart")
.Width("300px")
.Height("300px")
.ValueMemberPath("cantidad")
.LabelMemberPath("estatus")
.ExplodedSlices("0 1")
.RadiusFactor(.9)
.AllowSliceExplosion(true)
.DataSourceUrl(Url.Action("ObtenerGrafica1", "Home"))
.DataBind()
.Render()
)

Thanks!

Parents Reply Children
No Data