Looks for the first TwxChartComponent in the viewer, identified by the specified name.

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

Syntax

C#
public TwxChartComponent FindChartComponent(
	string name
)
Visual Basic
Public Function FindChartComponent ( _
	name As String _
) As TwxChartComponent
JScript
public function FindChartComponent(
	name : String
) : TwxChartComponent

Parameters

name
Type: System..::..String
The name to look for.

Return Value

The chart component found. Null if not match is found or if the name is a blank string.

See Also