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.
Properties available in the ChartDataSeries Collection Editor
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 | Gets the number of data points in the series. |
ChartDataSeries.MaxX | Returns the maximum X value of the series data. |
ChartDataSeries.MaxY | Returns the maximum Y value of the series data. |
ChartDataSeries.MinX | Returns the minimum X value of the series point data array. |
ChartDataSeries.MinY | Returns the minimum Y value of the series point data array. |
ChartDataSeries.PointData | Gets the ChartDataArray object that manages point data (combined X and Y data). |
StatisticalData.PropertyGridEnabled | Gets or sets whether statistic calculations are reported in property grids and by reflection. |
StatisticalData.DataStatus | Gets a string indicating whether data is available for statistical calculations. |
ChartDataSeries.Tag | Gets or sets the user data for the series. |
ChartDataArray.DataField | The data field that is bound to. |
ChartDataArray.DataType | Gets or sets the external datatype. |
ChartData.Hole | Gets the data hole value. |
ChartDataSeries.Length | Gets or sets the number of elements of the ChartDataArray. |