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

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

    Parameters

    name
    The name of the visual effects style.

    Property Value

    A ChartVisualEffectsStyle object with the specified name.
    See Also