Implements Insert(Int32, Object).
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Insert( int index, SeriesBinding value ) |
Visual Basic (Declaration) |
---|
Public Sub Insert ( _ index As Integer, _ value As SeriesBinding _ ) |
Visual C++ |
---|
public: void Insert( int index, SeriesBinding^ value ) |