FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartVisualEffects Class / Item Property / Item(Int32) Property
The index of the visual effects style.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the visual effects style by the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ChartVisualEffectsStyle
    public ChartVisualEffectsStyle Item( 
       int index
    ) {get;}

    Parameters

    index
    The index of the visual effects style.

    Property Value

    A ChartVisualEffectsStyle object at the specified index.
    See Also