Click or drag to resize

XlsChartFormatCollection UpdateSeriesByChartGroup Method

Note: This API is now obsolete.

Changes serie chart group in all series.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void UpdateSeriesByChartGroup(
	int newIndex,
	int OldIndex
)

Parameters

newIndex
Type: System Int32
New index.
OldIndex
Type: System Int32
Old Index.
See Also