Assembly: Chart;
The IChartSeries interface contains properties that are used to determine parameters of the chart series collection.
IChartSeries
Property name | Brief description | |
Count | The Count property returns the number of chart series. | |
DefaultSerie | The DefaultSerie property determines default data series settings. | |
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: