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