Creates a new ChartDataSeries and inserts it into the collection at the specified index.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public ChartDataSeries InsertNewSeries( int index ) |
Visual Basic |
---|
Public Function InsertNewSeries ( _ index As Integer _ ) As ChartDataSeries |
Parameters
- index
- Type: System..::..Int32
Return Value
Remarks
A reference to the new ChartDataSeries is returned. This method is convenient for inserting
a new series to the ChartData object, as the returned value can be used to initialize the new series,
especially in Visual Basic where it can be the object of a With-With End statement.