ComponentOne FlexReport for WinForms
Item(Int32) Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartVisualEffects Class > Item Property : Item(Int32) Property
The index of the visual effects style.
Gets the visual effects style by the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As ChartVisualEffectsStyle
public ChartVisualEffectsStyle Item( 
   System.int index
) {get;}

Parameters

index
The index of the visual effects style.

Property Value

A ChartVisualEffectsStyle object at the specified index.
See Also

Reference

ChartVisualEffects Class
ChartVisualEffects Members
Overload List