| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal legendEntry As LegendEntry _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int IndexOf( LegendEntry legendEntry ) | |
Parameters
- legendEntry
- The LegendEntry to find.
| dotnetCHARTING | Send comments on this topic. |
| IndexOf Method | |
| See Also | |
|
| dotnetCHARTING Namespace > LegendEntryCollection Class : IndexOf Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal legendEntry As LegendEntry _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int IndexOf( LegendEntry legendEntry ) | |