Series Chart — displays data in chart format - bars, lines, pie, etc.
Provides a number of different chart formats for displaying related data values.
|
|
|
|
The Series Chart control requires tabular data, where the first column of the table is the X axis and all other columns are the Y axis data. The control automatically treats all data columns after the first one as independent series sharing the same X axis. You need to construct such a table in a database or as an Excel range, and write it to a single data point in the DataHub instance. That point can then be bound to the Series Chart control. It is possible to display multiple series charts.
