# ChartDataSeries Collection Editor

## Content



The **ChartDataSeries Collection Editor** allows the user to add or remove data series and modify their properties. For more information on the ChartDataSeries, see [Defining the ChartDataSeries Object](/componentone/docs/win/online-chart2d/chartingdata/definingthechartdata/definingthechartdata2).

### To Access the ChartDataSeries Collection Editor

1.  Right-click the **C1Chart** control and select Properties from its context menu.
2.  In the **Properties** window, expand the **ChartGroups** node, then expand the Group0 or Group1 node.
3.  Expand the **ChartData** node, then click the **ellipsis** button next to the **SeriesList** property. The **ChartDataSeries Collection Editor** appears.<br />![](https://cdn.mescius.io/document-site-files/images/70bd33a2-280e-4cc3-a1c0-7b827eceb8aa/imagesext/chartdataseriescollectioneditor.png)

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Properties available in the ChartDataSeries Collection Editor

DOC-SUMMARY-TAG-CLOSE

The following table includes the name and description of the properties available for the user in the **ChartDataSeries Collection Editor** at design time or they can be used in the ChartDataSeries class at run time:

| **Members** | **Description** |
| --- | --- |
| [ChartDataSeries.Length](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.Length.html) | Gets the number of data points in the series. |
| [ChartDataSeries.MaxX](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.MaxX.html) | Returns the maximum X value of the series data. |
| [ChartDataSeries.MaxY](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.MaxY.html) | Returns the maximum Y value of the series data. |
| [ChartDataSeries.MinX](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.MinX.html) | Returns the minimum X value of the series point data array. |
| [ChartDataSeries.MinY](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.MinY.html) | Returns the minimum Y value of the series point data array. |
| [ChartDataSeries.PointData](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.PointData.html) | Gets the ChartDataArray object that manages point data (combined X and Y data). |
| [StatisticalData.PropertyGridEnabled](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.StatisticalData.PropertyGridEnabled.html) | Gets or sets whether statistic calculations are reported in property grids and by reflection. |
| [StatisticalData.DataStatus](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.StatisticalData.DataStatus.html) | Gets a string indicating whether data is available for statistical calculations. |
| [ChartDataSeries.Tag](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.Tag.html) | Gets or sets the user data for the series. |
| [ChartDataArray.DataField](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataArray.DataField.html) | The data field that is bound to. |
| [ChartDataArray.DataType](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataArray.DataType.html) | Gets or sets the external datatype. |
| [ChartData.Hole](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartData.Hole.html) | Gets the data hole value. |
| [ChartDataSeries.Length](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.Length.html) | Gets or sets the number of elements of the ChartDataArray. |

DOC-DETAILS-TAG-CLOSE

## See Also

[ChartGroup Collection Editor](/componentone/docs/win/online-chart2d/designtimesupport/c1chartcollectionedi/chartgroupcollection)