Inserts a new object in the collection

Namespace: Ico.Awx.Chart
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Insert(
	int index,
	Brush value
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As Brush _
)
JScript
public function Insert(
	index : int, 
	value : Brush
)

Parameters

index
Type: System..::..Int32
Index of the object in the collection
value
Type: System.Windows.Media..::..Brush
The object that must be inserted

See Also