Inserts a TwxChartPen into the collection at the specified index.

Namespace: Ico.Twx
Assembly: 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
)

Parameters

index
Type: System..::..Int32
value
Type: Ico.Twx..::..TwxChartPen

See Also