[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartVisualEffects.Item

this Property

this[int]

Gets the visual effects style by the specified index.

Declaration
public ChartVisualEffectsStyle this[int index] { get; }
Parameters
Type Name Description
int index

The index of the visual effects style.

Property Value
Type Description
ChartVisualEffectsStyle

A ChartVisualEffectsStyle object at the specified index.

this[string]

Gets the visual effects style by the specified name.

Declaration
public ChartVisualEffectsStyle this[string name] { get; }
Parameters
Type Name Description
string name

The name of the visual effects style.

Property Value
Type Description
ChartVisualEffectsStyle

A ChartVisualEffectsStyle object with the specified name.