kbrmumcu

Results 2 issues of kbrmumcu

Hi, ` @{ChartJSCore.Models.Chart chart = (ChartJSCore.Models.Chart)ViewData["chart"];} @Html.Raw(chart.CreateChartCode("lineChart")); @{ ChartJSCore.Models.Chart chartPie = (ChartJSCore.Models.Chart)ViewData["piechart"];} @Html.Raw(chartPie.CreateChartCode("pieChart")); /* In Page is viewing two pie chart but should be one linechart and one one piechart....

I am using the code below. It gives me the entire frame of the image. I want it to continuously render images until the video ends at a certain second...