# Series

## Content



Series are the groupings of the related points of data inside the Plot Area of the chart.

The following image illustrates data series in FlexChart:

![](https://cdn.mescius.io/document-site-files/images/8ba28e07-1633-4a6a-9114-13b9f1f04eed/images/imagesext/series.png)

You can access the series collection in FlexChart by using the <span data-popup-content="This property is available in \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.FlexChart.Series.html\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-framework-api/C1.WPF.FlexChart.4.6.2/C1.WPF.Chart.C1FlexChart.Series.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="Series" data-popup-theme="ui-tooltip-green qtip-green">Series</span> property. And you can control the chart series by using the <span data-popup-content="This class is available in \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.Series.html\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.Series.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="Series Class" data-popup-theme="ui-tooltip-green qtip-green">Series Class</span> object comprising the following properties:

| **Property** | **Description** |
| --- | --- |
| ActualBinding | Gets the actual binding |
| ActualBindingX | Gets the actual X-binding |
| ActualChart | Gets the actual chart. |
| ActualItemsSource | Gets the actual items source. |
| AxisX | Sets the series X-axis. |
| AxisY | Sets the series Y-axis. |
| Binding | Sets the name of the property that contains Y values for the series. |
| BindingX | Sets the name of the property that contains X values for the series. |
| ChartType | Sets the series chart type. |
| ItemsSource | Sets the collection of objects containing the series data. |
| MemberPaths | Sets the array of member bindings for the series. |
| SeriesName | Sets the series name. |
| Style | Sets the style of the series. |
| SymbolMarker | Sets the shape of the marker to be used for each data point in the series. This property applies to Scatter, LineSymbols, and SplineSymbols chart types only. |
| SymbolSize | Sets the size (in pixels) of the symbols used to render the series. This property also applies to Scatter, LineSymbols, and SplineSymbols chart types only. |
| Visibility | Sets the series visibility. |

For more information on series, refer to [FlexChart series](/componentone/docs/wpf/online-flexchart/FlexChart/WorkingwithFlexChart/FlexChartElements/FlexChartSeries).