Forum Replies Created by Abhiram

Viewing 1 post (of 1 total)
  • in reply to: Multiple Series chart in asp.net MVC #29192

    How to use this for multiple series

    example code:

    var chart = new CanvasJS.Chart(“chartContainer”, {
    zoomEnabled: true,
    animationEnabled: true,
    title: {
    text: “Try Zooming – Panning”
    },
    axisY: {
    includeZero: false,
    lineThickness: 1
    },
    data: [{
    type: “line”,
    dataPoints: @Html.Raw(ViewBag.DataPoints)
    }]

Viewing 1 post (of 1 total)