MVC5 Classic
Define the SeriesList

The following code shows how to use the seriesList array collection to include the data to be charted.

seriesList: [{
              label: "West",
              legendEntry: true,
              data: { x: [5, 14, 20, 18, 22],
    y: [5500, 12200, 60000, 24400, 32000],
    y1: [3, 12, 33, 10, 42] }
            }]

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback