ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / Alligator Class / GetLegendItemStyle Method
The index of legend item.

In This Topic
    GetLegendItemStyle Method (Alligator)
    In This Topic
    Gets the legend item style by index.
    Syntax
    'Declaration
     
    
    Public Function GetLegendItemStyle( _
       ByVal index As Integer _
    ) As _Style
    public _Style GetLegendItemStyle( 
       int index
    )

    Parameters

    index
    The index of legend item.

    Return Value

    Legend item C1.Chart._Style.
    See Also