Insert the object at the top of the collection

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

Syntax

C#
public int Add(
	Brush value
)
Visual Basic
Public Function Add ( _
	value As Brush _
) As Integer
JScript
public function Add(
	value : Brush
) : int

Parameters

value
Type: System.Windows.Media..::..Brush

See Also