Looks for the first TwxSeries in the viewer, identified by the specified name.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public TwxSeries FindSeries( string name ) |
Visual Basic |
---|
Public Function FindSeries ( _ name As String _ ) As TwxSeries |
JScript |
---|
public function FindSeries( name : String ) : TwxSeries |
Parameters
- name
- Type: System..::..String
The name to look for.