XlsChartDataPointsCollection
UpdateSerieIndex Method
|
Note: This API is now obsolete.
Updates index of the parent serie.
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 UpdateSerieIndex()
<ObsoleteAttribute("the method is not implemented")>
Public Sub UpdateSerieIndex
public:
[ObsoleteAttribute(L"the method is not implemented")]
void UpdateSerieIndex()
[<ObsoleteAttribute("the method is not implemented")>]
member UpdateSerieIndex : unit -> unit
See Also