ComponentOne FlexReport for WinForms
Item Property (ChartVisualEffectsStylesCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartVisualEffectsStylesCollection Class : Item Property
The name of the visual effects style.
Gets the visual effects style by the specified name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As System.String _
) As ChartVisualEffectsStyle
public new ChartVisualEffectsStyle this[ 
   System.string name
]; {get;}

Parameters

name
The name of the visual effects style.

Property Value

A ChartVisualEffectsStyle object with the specified name.
See Also

Reference

ChartVisualEffectsStylesCollection Class
ChartVisualEffectsStylesCollection Members