Removes an object from the collection

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

Syntax

C#
public void Remove(
	Brush value
)
Visual Basic
Public Sub Remove ( _
	value As Brush _
)
JScript
public function Remove(
	value : Brush
)

Parameters

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

See Also