Home Forums Chart Support Multiple Series chart in asp.net MVC

Multiple Series chart in asp.net MVC

Viewing 3 posts - 1 through 3 (of 3 total)
  • #29190

    In below example
    https://canvasjs.com/asp-net-mvc-charts/performance-demo-chart/

    how to use for multiple series.please help me

    #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)
    }]

    #29204

    @abhiram,

    Please refer to this gallery page for an example on creating a multi-series chart in ASP.Net MVC.


    Shashi Ranjan
    Team CanvasJS

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.