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