Inserts a TwxChartPen into the collection at the specified index.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void Insert( int index, TwxChartPen value ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ value As TwxChartPen _ ) |
JScript |
---|
public function Insert( index : int, value : TwxChartPen ) |