Gets the index in the collection of the specified TwxChartPen or -1 if the pen is not contained.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

value
Type: Ico.Twx..::..TwxChartPen

See Also