Hello, I am looking for an ASP.NET MVC example application that demonstrates how to create/configure DataChartModel in the controller part and pass it to View. I would like to have a line series.
The View would simply uses Html Helper to create the igDataChart:
@using Infragistics.Web.Mvc@model Infragistics.Web.Mvc.DataChartModel
@if (Model != null){@(Html.Infragistics().DataChart(Model))
}
Thanks
Hello,
Thank you for posting in our community.
I have created and attached a sample illustrating the desired behavior. Please test it on your side and let me know whether it helps you achieve your requirement.
31364.Sample.zip