ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / IchimokuCloud Class / GetLegendItemName Method
The legend item index.

In This Topic
    GetLegendItemName Method (IchimokuCloud)
    In This Topic
    Gets the legend item name.
    Syntax
    'Declaration
     
    
    Public Function GetLegendItemName( _
       ByVal index As Integer _
    ) As String
    public string GetLegendItemName( 
       int index
    )

    Parameters

    index
    The legend item index.

    Return Value

    Legend item name.
    See Also