Finds the ChartAxis with the specified name.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ChartAxis FindByName( string name ) |
Visual Basic |
---|
Public Function FindByName ( _ name As String _ ) As ChartAxis |
Parameters
- name
- Type: System..::..String
The name of the axis to locate.