ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / Alligator Class / GetLegendItemName Method



In This Topic
    GetLegendItemName Method (Alligator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetLegendItemName( _
       ByVal index 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 index
    )
    public:
    String^ GetLegendItemName( 
       int index
    ) 

    Parameters

    index
    See Also