GetLegendItemName Method (Alligator)
In This Topic
Syntax
'Declaration
Public Function GetLegendItemName( _
ByVal As Integer _
) As String
'Usage
Dim instance As Alligator
Dim index As Integer
Dim value As String
value = instance.GetLegendItemName(index)
public string GetLegendItemName(
int
)
public:
String^ GetLegendItemName(
int
)
Parameters
- index
See Also