Replaces the element at the specified index.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
protected override void SetItem( int index, DataSeries item ) |
Visual Basic |
---|
Protected Overrides Sub SetItem ( _ index As Integer, _ item As DataSeries _ ) |
Parameters
- index
- Type: System..::..Int32
The index of element to replace.
- item
- Type: C1.Silverlight.Chart..::..DataSeries
The new element at the specified index.