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
)
<ObsoleteAttribute("the method is not implemented")>
Public Sub UpdateSeriesByChartGroup (
newIndex As Integer,
OldIndex As Integer
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void UpdateSeriesByChartGroup(
int newIndex,
int OldIndex
)
[<ObsoleteAttribute("the method is not implemented")>]
member UpdateSeriesByChartGroup :
newIndex : int *
OldIndex : int -> unit
Parameters
-
newIndex
-
Type:
System
Int32
New index.
-
OldIndex
-
Type:
System
Int32
Old Index.
See Also