IChart > Chart Assembly Interfaces > IChartSeries
Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
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 | Outdated. Use IChartSerieBase.DefaultLabel. |
![]() |
DefaultSerie | The DefaultLabel property determines default data series settings. |
![]() |
DisplayLabels | Outdated. Use IChartSerieBase.LabelsEnabled. |
![]() |
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: