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

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

    Parameters

    index
    The legend item index.

    Return Value

    The C1.Chart._Style of legend item.
    See Also