The IChartSeries interface contains properties that are used to determine parameters of the chart series collection.
| Property name | Brief description | |
| Count | The Count property returns the number of chart series. | |
| DefaultLabel | The DefaultLabel property determines default settings for labels. | |
| DisplayLabels | The DisplayLabels property determines whether labels are displayed for all chart series. | |
| FixedCount | The FixedCount property determines the number of fixed (static) series, formatting of which remains the same. | |
| Item | The Item property is used to determine settings of a specific chart series. |
| Method name | Brief description | |
| AutoplaceLabels | The AutoplaceLabels method locates data labels to avoid their overlapping. | |
| Move | The Move method is used to change a series index, that is, the method changes the order of series in a list. |
See also: