# Multiple WinForms Series Charts

Get started with, FlexReport comprehensive reporting tool that provides complete reporting solution - from building complex reports to previewing, exporting, and printing.

## Content

Sometimes you need to create charts that have multiple data sets or multiple series. To create such charts, the values for each series are required to be set.

![Chart with multiple series](https://cdn.mescius.io/document-site-files/images/fd2ea167-30cb-4938-9938-b740a5b4dd95/imagesext/imageschart/chatwithmultipleseries.png)

Consider an example of Products table from C1Nwind.mdb database, where you want to view Unit Price, Units in Stock, and Reorder Level corresponding to the Category IDs. The steps to achieve this scenario are as follows:

1. Right-click the **Chart** field and select **Chart Data Source** .
2. Click **2DChartGroup0** and then click **Series Values**.
3. Click the plus glyph and specify **Series Label** of your choice and **Values** from the drop-down list. You can also add colors to the series from the **Fill** option in **Style** tab. In this case, the data specified for our multiple-series chart is as follows:

    | **Series Label** | **Values** | **Style \| Fill**|
    | ------------ | ------ | ------------ |
    | Unit Price | UnitPrice | Blue Voilet |
    | Units in Stock | UnitsinStock | Pale Turquoise |
    | Reorder Level | ReorderLevel | Deep Pink |
4. To create Legend:
5. Right-click **Legacy Chart** field.
6. Select **Chart Properties**.
7. Navigate to **Appearance \| Legend**.
8. Select the **Visible** checkbox and write “Legend” as **Text**.